File tree Expand file tree Collapse file tree 4 files changed +16
-3
lines changed Expand file tree Collapse file tree 4 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 1.1.1
2
+ current_version = 1.2.2
3
3
commit = True
4
4
tag = True
5
5
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ v1.2.2] ( https://github.com/tj-django/django-extra-field-validation/tree/v1.2.2 ) (2023-01-14)
4
+
5
+ [ Full Changelog] ( https://github.com/tj-django/django-extra-field-validation/compare/v1.2.1...v1.2.2 )
6
+
7
+ ## [ v1.2.1] ( https://github.com/tj-django/django-extra-field-validation/tree/v1.2.1 ) (2023-01-14)
8
+
9
+ [ Full Changelog] ( https://github.com/tj-django/django-extra-field-validation/compare/v1.2.0...v1.2.1 )
10
+
11
+ ** Merged pull requests:**
12
+
13
+ - chore: update Makefile [ \# 306] ( https://github.com/tj-django/django-extra-field-validation/pull/306 ) ([ jackton1] ( https://github.com/jackton1 ) )
14
+ - Update CHANGELOG [ \# 305] ( https://github.com/tj-django/django-extra-field-validation/pull/305 ) ([ jackton1] ( https://github.com/jackton1 ) )
15
+
3
16
## [ v1.2.0] ( https://github.com/tj-django/django-extra-field-validation/tree/v1.2.0 ) (2023-01-13)
4
17
5
18
[ Full Changelog] ( https://github.com/tj-django/django-extra-field-validation/compare/v1.1.1...v1.2.0 )
Original file line number Diff line number Diff line change 2
2
3
3
__author__ = """Tonye Jack"""
4
4
__email__ = "jtonye@ymail.com"
5
- __version__ = "1.1.1 "
5
+ __version__ = "1.2.2 "
6
6
7
7
from .field_validation import FieldValidationMixin
8
8
Original file line number Diff line number Diff line change 54
54
55
55
setup (
56
56
name = "django-extra-field-validation" ,
57
- version = "1.1.1 " ,
57
+ version = "1.2.2 " ,
58
58
description = "Extra django field validation." ,
59
59
python_requires = ">=2.6" ,
60
60
long_description = LONG_DESCRIPTION ,
You can’t perform that action at this time.
0 commit comments