Skip to content

Commit 75e1d50

Browse files
committed
chore: Bump version
1 parent 42da739 commit 75e1d50

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [6.0.1] - 2025-02-05
8+
9+
### Added
10+
- Added Python 3.13 support
11+
12+
### Changed
13+
- Change logger name in `common/sender/data.py` so it logs to `devo.data` instead to ROOT
14+
15+
### Fixed
16+
- Bump security libraries to updated versions
17+
- `test_api_cli` corrected as error code changed nomenclature
18+
19+
720
## [6.0.0] - 2024-10-07
821

922
### Changed

devo/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__description__ = "Devo Python Library."
22
__url__ = "http://www.devo.com"
3-
__version__ = "6.0.0"
3+
__version__ = "6.0.1"
44
__author__ = "Devo"
55
__author_email__ = "[email protected]"
66
__license__ = "MIT"

0 commit comments

Comments
 (0)