File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 5.4.1
2+ current_version = 5.5.0
33commit = True
44tag = False
55
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ v5.5.0] ( https://github.com/tj-django/django-clone/tree/v5.5.0 ) (2025-06-10)
4+
5+ [ Full Changelog] ( https://github.com/tj-django/django-clone/compare/v5.4.1...v5.5.0 )
6+
7+ ** Merged pull requests:**
8+
9+ - Upgraded v5.3.3 → v5.4.0 [ \# 948] ( https://github.com/tj-django/django-clone/pull/948 ) ([ github-actions[ bot]] ( https://github.com/apps/github-actions ) )
10+
311## [ v5.4.1] ( https://github.com/tj-django/django-clone/tree/v5.4.1 ) (2025-06-10)
412
513[ Full Changelog] ( https://github.com/tj-django/django-clone/compare/v5.4.0...v5.4.1 )
Original file line number Diff line number Diff line change 22
33__author__ = """Tonye Jack"""
445- __version__ = "5.4.1 "
5+ __version__ = "5.5.0 "
66
77from model_clone .admin import CloneModelAdmin , CloneModelAdminMixin
88from model_clone .mixin import CloneMixin
Original file line number Diff line number Diff line change 5454
5555setup (
5656 name = "django-clone" ,
57- version = "5.4.1 " ,
57+ version = "5.5.0 " ,
5858 description = "Create a clone of a django model instance." ,
5959 python_requires = ">=3.6" ,
6060 long_description = LONG_DESCRIPTION ,
You can’t perform that action at this time.
0 commit comments