Skip to content

Commit f66f8f6

Browse files
Upgraded v1.2.1 → v1.2.2 (#308)
* Bump version: 1.1.1 → 1.1.2 * Upgraded from v1.2.1 → v1.2.2 * Update .bumpversion.cfg * Update __init__.py * Update setup.py Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: jackton1 <jackton1@users.noreply.github.com>
1 parent 495a408 commit f66f8f6

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.1.1
2+
current_version = 1.2.2
33
commit = True
44
tag = True
55

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
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)

extra_validator/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = """Tonye Jack"""
44
__email__ = "jtonye@ymail.com"
5-
__version__ = "1.1.1"
5+
__version__ = "1.2.2"
66

77
from .field_validation import FieldValidationMixin
88

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454

5555
setup(
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,

0 commit comments

Comments
 (0)