Skip to content

Commit

Permalink
Release v2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Dec 7, 2022
1 parent e987921 commit 0c3607f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,15 @@ 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]
[Unreleased]: https://github.com/althonos/pronto/compare/v2.5.1...HEAD
[Unreleased]: https://github.com/althonos/pronto/compare/v2.5.2...HEAD

## [v2.5.2]
[v2.5.2]: https://github.com/althonos/pronto/compare/v2.5.1...v2.5.2
### Added
- Explicit support for Python 3.11.
### Changed
- Bumped `fastobo` dependency to `v0.12.2`.
- Bumped `chardet` dependency to `v5.0`.

## [v2.5.1]
[v2.5.1]: https://github.com/althonos/pronto/compare/v2.5.0...v2.5.1
Expand Down
2 changes: 1 addition & 1 deletion pronto/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

__author__ = "Martin Larralde <[email protected]>"
__license__ = "MIT"
__version__ = "2.5.1"
__version__ = "2.5.2"

# Update the docstring with a link to the right version of the documentation
# instead of the latest.
Expand Down

0 comments on commit 0c3607f

Please sign in to comment.