File tree 4 files changed +19
-5
lines changed
4 files changed +19
-5
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 5.3.2
2
+ current_version = 5.3.3
3
3
commit = True
4
4
tag = False
5
5
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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 )
4
4
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 )
6
6
7
7
** Closed issues:**
8
8
9
9
- Dependency Dashboard [ \# 198] ( https://github.com/tj-django/django-clone/issues/198 )
10
10
11
11
** Merged pull requests:**
12
12
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
+
13
27
- 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 ) )
14
28
- 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 ) )
15
29
- 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 ) )
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__ = "5.3.2 "
5
+ __version__ = "5.3.3 "
6
6
7
7
from model_clone .admin import CloneModelAdmin , CloneModelAdminMixin
8
8
from model_clone .mixin import CloneMixin
Original file line number Diff line number Diff line change 54
54
55
55
setup (
56
56
name = "django-clone" ,
57
- version = "5.3.2 " ,
57
+ version = "5.3.3 " ,
58
58
description = "Create a clone of a django model instance." ,
59
59
python_requires = ">=3.6" ,
60
60
long_description = LONG_DESCRIPTION ,
You can’t perform that action at this time.
0 commit comments