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 fb1a51f commit ec5d1d6Copy full SHA for ec5d1d6
pyproject.toml
@@ -55,7 +55,7 @@ type = [
55
56
# bump-my-version
57
[tool.bumpversion]
58
-current_version = "1.23.0"
+current_version = "1.23.1"
59
commit = true
60
tag = true
61
allow_dirty = true
setup.cfg
@@ -3,7 +3,7 @@ universal=1
3
4
[metadata]
5
name = django-sp
6
-version = 1.23.0
+version = 1.23.1
7
url = https://github.com/DLRSP/django-sp
8
author = DLRSP
9
author_email = dlrsp.dev@gmail.com
src/socialprofile/__init__.py
@@ -12,7 +12,7 @@
12
13
import django
14
15
-__version__ = "1.23.0"
+__version__ = "1.23.1"
16
__license__ = "MIT"
17
__title__ = "django-errors"
18
0 commit comments