Skip to content

Commit 6c13620

Browse files
Upgraded v5.3.2 → v5.3.3 (#805)
* Bump version: 5.3.2 → 5.3.3 * Upgraded from v5.3.2 → v5.3.3 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: jackton1 <jackton1@users.noreply.github.com>
1 parent e6b49ad commit 6c13620

File tree

4 files changed

+19
-5
lines changed

4 files changed

+19
-5
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 = 5.3.2
2+
current_version = 5.3.3
33
commit = True
44
tag = False
55

CHANGELOG.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,29 @@
11
# Changelog
22

3-
## [v5.3.2](https://github.com/tj-django/django-clone/tree/v5.3.2) (2023-05-27)
3+
## [v5.3.3](https://github.com/tj-django/django-clone/tree/v5.3.3) (2023-06-12)
44

5-
[Full Changelog](https://github.com/tj-django/django-clone/compare/v5.3.1...v5.3.2)
5+
[Full Changelog](https://github.com/tj-django/django-clone/compare/v5.3.2...v5.3.3)
66

77
**Closed issues:**
88

99
- Dependency Dashboard [\#198](https://github.com/tj-django/django-clone/issues/198)
1010

1111
**Merged pull requests:**
1212

13+
- chore\(deps\): update tj-actions/verify-changed-files action to v15 [\#804](https://github.com/tj-django/django-clone/pull/804) ([renovate[bot]](https://github.com/apps/renovate))
14+
- feat: add support for Django 4.2 [\#803](https://github.com/tj-django/django-clone/pull/803) ([jackton1](https://github.com/jackton1))
15+
- chore\(deps\): update actions/checkout action to v3.5.3 [\#802](https://github.com/tj-django/django-clone/pull/802) ([renovate[bot]](https://github.com/apps/renovate))
16+
- chore\(deps\): update dependency django to v4.2.2 [\#801](https://github.com/tj-django/django-clone/pull/801) ([renovate[bot]](https://github.com/apps/renovate))
17+
- Updated docs [\#800](https://github.com/tj-django/django-clone/pull/800) ([github-actions[bot]](https://github.com/apps/github-actions))
18+
- Upgraded v5.3.1 → v5.3.2 [\#799](https://github.com/tj-django/django-clone/pull/799) ([jackton1](https://github.com/jackton1))
19+
- chore\(deps\): update tj-actions/github-changelog-generator action to v1.19 [\#797](https://github.com/tj-django/django-clone/pull/797) ([renovate[bot]](https://github.com/apps/renovate))
20+
21+
## [v5.3.2](https://github.com/tj-django/django-clone/tree/v5.3.2) (2023-05-27)
22+
23+
[Full Changelog](https://github.com/tj-django/django-clone/compare/v5.3.1...v5.3.2)
24+
25+
**Merged pull requests:**
26+
1327
- chore\(deps\): update dependency asgiref to v3.7.2 [\#796](https://github.com/tj-django/django-clone/pull/796) ([renovate[bot]](https://github.com/apps/renovate))
1428
- chore\(deps\): update dependency asgiref to v3.7.1 [\#795](https://github.com/tj-django/django-clone/pull/795) ([renovate[bot]](https://github.com/apps/renovate))
1529
- chore\(deps\): update dependency asgiref to v3.7.0 [\#794](https://github.com/tj-django/django-clone/pull/794) ([renovate[bot]](https://github.com/apps/renovate))

model_clone/__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__ = "5.3.2"
5+
__version__ = "5.3.3"
66

77
from model_clone.admin import CloneModelAdmin, CloneModelAdminMixin
88
from model_clone.mixin import CloneMixin

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-clone",
57-
version="5.3.2",
57+
version="5.3.3",
5858
description="Create a clone of a django model instance.",
5959
python_requires=">=3.6",
6060
long_description=LONG_DESCRIPTION,

0 commit comments

Comments
 (0)