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 ff67c75 commit 0067410Copy full SHA for 0067410
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.2.2
+current_version = 1.0.0
3
commit = True
4
tag = True
5
dynamic_validator/__init__.py
@@ -2,7 +2,7 @@
__author__ = """Tonye Jack"""
__email__ = "jtonye@ymail.com"
-__version__ = "0.2.2"
+__version__ = "1.0.0"
6
7
from .field_validation import ModelFieldRequiredMixin
8
setup.py
@@ -55,7 +55,7 @@
55
56
setup(
57
name="django-dynamic-model-validation",
58
- version="0.2.2",
+ version="1.0.0",
59
description="Extra django model validation.",
60
python_requires=">=2.6",
61
long_description=LONG_DESCRIPTION,
0 commit comments