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 e9cf501 commit 8d6d2d5Copy full SHA for 8d6d2d5
pyproject.toml
@@ -102,7 +102,7 @@ Source = "https://github.com/joshuadavidthomas/django-github-app"
102
[tool.bumpver]
103
commit = true
104
commit_message = ":bookmark: bump version {old_version} -> {new_version}"
105
-current_version = "0.6.1"
+current_version = "0.7.0"
106
push = false # set to false for CI
107
tag = false
108
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
src/django_github_app/__init__.py
@@ -1,3 +1,3 @@
1
from __future__ import annotations
2
3
-__version__ = "0.6.1"
+__version__ = "0.7.0"
tests/test_version.py
@@ -4,4 +4,4 @@
4
5
6
def test_version():
7
- assert __version__ == "0.6.1"
+ assert __version__ == "0.7.0"
0 commit comments