Skip to content

Commit 39f97d5

Browse files
committed
chore: Update changelog and version for release
1 parent d0efe04 commit 39f97d5

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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-
## Unreleased
7+
## [5.1.10] - 2024-02-16
88

99
### Changed
1010

@@ -13,7 +13,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
1313
- `cryptography` dependency upgraded from `cryptography~=41.0.7` to `cryptography~=42.0.2`
1414
- `pyopenssl` dependency upgraded from `pyopenssl~=23.3` to `pyopenssl~=24.0`
1515
- `pytz` dependency upgraded from `pytz~=2023.3` to `pytz~=2024.1`
16-
- `pipdeptree` dependency upgraded from `pipdeptree~=2.13.1` to `pipdeptree~=2.13.2`
16+
- `pipdeptree` dependency upgraded from `pipdeptree~=2.13.1` to `pipdeptree~=2.14.0`
1717

1818
## [5.1.9] - 2024-02-07
1919

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__ = "5.1.9"
3+
__version__ = "5.1.10"
44
__author__ = "Devo"
55
__author_email__ = "support@devo.com"
66
__license__ = "MIT"

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
stopit==1.1.2
22
msgpack~=1.0.7
33
responses~=0.24
4-
pipdeptree~=2.13.2
4+
pipdeptree~=2.14.0
55
pytest~=7.4.4
66
pytest-cov~=4.1.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"cryptography~=42.0.2",
3636
]
3737
EXTRAS_REQUIRE = {
38-
"dev": ["stopit==1.1.2", "msgpack~=1.0.7", "responses~=0.24", "pipdeptree~=2.13.2"]
38+
"dev": ["stopit==1.1.2", "msgpack~=1.0.7", "responses~=0.24", "pipdeptree~=2.14.0"]
3939
}
4040
CLI = [
4141
"devo-sender=devo.sender.scripts.sender_cli:cli",

0 commit comments

Comments
 (0)