Skip to content

Commit

Permalink
Development is now on 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonski committed Jan 3, 2024
1 parent 0b70b19 commit ecbf334
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/Changelog.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2.5.0 (unreleased)
------------------

- no changes yet


2.5.0 (2024-01-03)
------------------

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

from setuptools import setup, find_packages

version = "2.5.0"
version = "2.6.0"

with open("docs/About.rst", "r") as fh:
long_description = fh.read()
Expand Down

0 comments on commit ecbf334

Please sign in to comment.