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 11[bumpversion]
2- current_version = 1.1.1
2+ current_version = 1.2.2
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change 11# Changelog
22
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+
316## [ v1.2.0] ( https://github.com/tj-django/django-extra-field-validation/tree/v1.2.0 ) (2023-01-13)
417
518[ 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 22
33__author__ = """Tonye Jack"""
445- __version__ = "1.1.1 "
5+ __version__ = "1.2.2 "
66
77from .field_validation import FieldValidationMixin
88
Original file line number Diff line number Diff line change 5454
5555setup (
5656 name = "django-extra-field-validation" ,
57- version = "1.1.1 " ,
57+ version = "1.2.2 " ,
5858 description = "Extra django field validation." ,
5959 python_requires = ">=2.6" ,
6060 long_description = LONG_DESCRIPTION ,
You can’t perform that action at this time.
0 commit comments