Skip to content

Commit

Permalink
chore: Update changelog and version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
angel-devo committed Feb 16, 2024
1 parent d0efe04 commit 39f97d5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.

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).

## Unreleased
## [5.1.10] - 2024-02-16

### Changed

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

## [5.1.9] - 2024-02-07

Expand Down
2 changes: 1 addition & 1 deletion devo/__version__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__description__ = "Devo Python Library."
__url__ = "http://www.devo.com"
__version__ = "5.1.9"
__version__ = "5.1.10"
__author__ = "Devo"
__author_email__ = "support@devo.com"
__license__ = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
stopit==1.1.2
msgpack~=1.0.7
responses~=0.24
pipdeptree~=2.13.2
pipdeptree~=2.14.0
pytest~=7.4.4
pytest-cov~=4.1.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"cryptography~=42.0.2",
]
EXTRAS_REQUIRE = {
"dev": ["stopit==1.1.2", "msgpack~=1.0.7", "responses~=0.24", "pipdeptree~=2.13.2"]
"dev": ["stopit==1.1.2", "msgpack~=1.0.7", "responses~=0.24", "pipdeptree~=2.14.0"]
}
CLI = [
"devo-sender=devo.sender.scripts.sender_cli:cli",
Expand Down

0 comments on commit 39f97d5

Please sign in to comment.