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 c61a91a commit 229b26cCopy full SHA for 229b26c
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.1.0
+current_version = 1.1.1
3
commit = True
4
tag = True
5
extra_validator/__init__.py
@@ -2,7 +2,7 @@
__author__ = """Tonye Jack"""
__email__ = "jtonye@ymail.com"
-__version__ = "1.1.0"
+__version__ = "1.1.1"
6
7
from .field_validation import FieldValidationMixin
8
setup.py
@@ -55,7 +55,7 @@
55
56
setup(
57
name="django-extra-field-validation",
58
- version="1.1.0",
+ version="1.1.1",
59
description="Extra django field validation.",
60
python_requires=">=2.6",
61
long_description=LONG_DESCRIPTION,
0 commit comments