diff --git a/CHANGELOG.md b/CHANGELOG.md index c674f78..60ad63f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,14 @@ 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.4.6...HEAD +[Unreleased]: https://github.com/althonos/pronto/compare/v2.5.0...HEAD + +## [v2.5.0] +[v2.5.0]: https://github.com/althonos/pronto/compare/v2.4.7...v2.5.0 +### Changed +- Bumped `fastobo` dependecy to `v0.12.1` +### Removed +- Support for Python 3.6. ## [v2.4.7] [v2.4.7]: https://github.com/althonos/pronto/compare/v2.4.6...v2.4.7 diff --git a/pronto/__init__.py b/pronto/__init__.py index 0033f53..917c9e2 100644 --- a/pronto/__init__.py +++ b/pronto/__init__.py @@ -60,7 +60,7 @@ __author__ = "Martin Larralde " __license__ = "MIT" -__version__ = "2.4.7" +__version__ = "2.5.0" # Update the docstring with a link to the right version of the documentation # instead of the latest.