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 c22c966 commit 2d2da34Copy full SHA for 2d2da34
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.2.0
+current_version = 0.2.1
3
commit = True
4
tag = True
5
@@ -13,3 +13,4 @@ replace = __version__ = "{new_version}"
13
14
[bdist_wheel]
15
universal = 1
16
+
dynamic_validator/__init__.py
@@ -2,7 +2,7 @@
__author__ = """Tonye Jack"""
__email__ = "jtonye@ymail.com"
-__version__ = "0.2.0"
+__version__ = "0.2.1"
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.0",
+ version="0.2.1",
59
description="Extra django model validation.",
60
python_requires=">=2.6",
61
long_description=LONG_DESCRIPTION,
0 commit comments