Skip to content

Commit

Permalink
Preparing release 3.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
petschki committed Nov 5, 2024
1 parent 8f3ae09 commit 71af833
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changes
=======

3.1.5 (unreleased)
3.1.5 (2024-11-05)
------------------

- Add fake former_dotted_names attribute to do not broke versioning when there are some taxonomies behaviors.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup


version = "3.1.5.dev0"
version = "3.1.5"
long_description = (
f"{Path('README.rst').read_text()}\n{Path('CHANGES.rst').read_text()}"
)
Expand Down

0 comments on commit 71af833

Please sign in to comment.