Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kuzmoyev committed Nov 1, 2024
1 parent 354cdc9 commit bde30c1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions docs/source/change_log.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
Change log
==========

v2.5.1
~~~~~~

API
---
* Fixed comment typo

Core
----
* None

Backward compatibility
----------------------
* Full compatibility

v2.5.0
~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

here = os.path.abspath(os.path.dirname(__file__))

VERSION = '2.5.0'
VERSION = '2.5.1'


class UploadCommand(Command):
Expand Down

0 comments on commit bde30c1

Please sign in to comment.