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 9de207f commit 6ace4c2Copy full SHA for 6ace4c2
pyproject.toml
@@ -82,7 +82,7 @@ stubPath = "src/stubs"
82
[tool.bumpver]
83
commit = true
84
commit_message = ":bookmark: bump version {old_version} -> {new_version}"
85
-current_version = "0.9.0"
+current_version = "0.10.0"
86
push = false # set to false for CI
87
tag = false
88
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
src/django_simple_nav/__init__.py
@@ -1,3 +1,3 @@
1
from __future__ import annotations
2
3
-__version__ = "0.9.0"
+__version__ = "0.10.0"
tests/test_version.py
@@ -4,4 +4,4 @@
4
5
6
def test_version():
7
- assert __version__ == "0.9.0"
+ assert __version__ == "0.10.0"
0 commit comments