Skip to content

Commit

Permalink
Upgraded v1.2.2 → v1.2.3 (#309)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: jackton1 <[email protected]>
  • Loading branch information
3 people authored Jan 14, 2023
1 parent d8309c6 commit 6d38b72
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.2.2
current_version = 1.2.3
commit = True
tag = False

Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [v1.2.3](https://github.com/tj-django/django-extra-field-validation/tree/v1.2.3) (2023-01-14)

[Full Changelog](https://github.com/tj-django/django-extra-field-validation/compare/v1.2.2...v1.2.3)

**Merged pull requests:**

- Upgraded v1.2.1 → v1.2.2 [\#308](https://github.com/tj-django/django-extra-field-validation/pull/308) ([jackton1](https://github.com/jackton1))

## [v1.2.2](https://github.com/tj-django/django-extra-field-validation/tree/v1.2.2) (2023-01-14)

[Full Changelog](https://github.com/tj-django/django-extra-field-validation/compare/v1.2.1...v1.2.2)
Expand Down
2 changes: 1 addition & 1 deletion extra_validator/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = """Tonye Jack"""
__email__ = "[email protected]"
__version__ = "1.2.2"
__version__ = "1.2.3"

from .field_validation import FieldValidationMixin

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@

setup(
name="django-extra-field-validation",
version="1.2.2",
version="1.2.3",
description="Extra django field validation.",
python_requires=">=2.6",
long_description=LONG_DESCRIPTION,
Expand Down

0 comments on commit 6d38b72

Please sign in to comment.