From 1579e51e6212308645b1ad92b24209c55860b56f Mon Sep 17 00:00:00 2001 From: Martin Larralde Date: Tue, 12 Jul 2022 19:22:57 +0200 Subject: [PATCH] Release v2.5.0 --- CHANGELOG.md | 9 ++++++++- pronto/__init__.py | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) 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.