Skip to content

Commit 9854d0e

Browse files
Upgraded v5.4.1 → v5.5.0 (#950)
* Bump version: 5.4.1 → 5.5.0 * Upgraded from v5.4.1 → v5.5.0 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: jackton1 <[email protected]>
1 parent bb5b4fd commit 9854d0e

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-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 = 5.4.1
2+
current_version = 5.5.0
33
commit = True
44
tag = False
55

CHANGELOG.md

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

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__ = "[email protected]"
5-
__version__ = "5.4.1"
5+
__version__ = "5.5.0"
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.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,

0 commit comments

Comments
 (0)