We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea83d47 commit b80987eCopy full SHA for b80987e
CHANGES.rst
@@ -1,7 +1,7 @@
1
Changes
2
=======
3
4
-0.7.0 (unreleased)
+0.7.0 (2025-01-30)
5
------------------
6
7
* Drop support for Python 3.8, add support for Python 3.13.
pyproject.toml
@@ -1,5 +1,5 @@
[tool.bumpversion]
-current_version = "0.6.0"
+current_version = "0.7.0"
commit = true
tag = true
tag_name = "{new_version}"
setup.py
@@ -3,7 +3,7 @@
setup(
name='andi',
- version='0.6.0',
+ version='0.7.0',
description='Library for annotation-based dependency injection',
8
long_description=open('README.rst').read() + "\n\n" + open('CHANGES.rst').read(),
9
long_description_content_type='text/x-rst',
0 commit comments