Skip to content

Commit

Permalink
Merge pull request #734 from tj-django/chore/upgrade-v5.0.0-to-v5.1.0
Browse files Browse the repository at this point in the history
Upgraded v5.0.0 → v5.1.0
  • Loading branch information
repo-ranger[bot] committed Dec 28, 2022
2 parents 8b19bff + c207fd2 commit 8bbc1d2
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 7 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 = 5.0.0
current_version = 5.1.0
commit = True
tag = False

Expand Down
33 changes: 29 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Changelog

## [v5.1.0](https://github.com/tj-django/django-clone/tree/v5.1.0) (2022-12-28)

[Full Changelog](https://github.com/tj-django/django-clone/compare/v5.0.0...v5.1.0)

**Closed issues:**

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

**Merged pull requests:**

- chore: update imports [\#733](https://github.com/tj-django/django-clone/pull/733) ([jackton1](https://github.com/jackton1))
- Updated docs [\#732](https://github.com/tj-django/django-clone/pull/732) ([github-actions[bot]](https://github.com/apps/github-actions))
- Updated README.md [\#731](https://github.com/tj-django/django-clone/pull/731) ([jackton1](https://github.com/jackton1))
- Updated docs [\#730](https://github.com/tj-django/django-clone/pull/730) ([github-actions[bot]](https://github.com/apps/github-actions))
- docs: add erictheise as a contributor for doc [\#729](https://github.com/tj-django/django-clone/pull/729) ([allcontributors[bot]](https://github.com/apps/allcontributors))
- Restore admin import to Django Admin example [\#728](https://github.com/tj-django/django-clone/pull/728) ([erictheise](https://github.com/erictheise))
- \[pre-commit.ci\] pre-commit autoupdate [\#727](https://github.com/tj-django/django-clone/pull/727) ([pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci))
- chore\(deps\): update dependency asgiref to v3.6.0 [\#725](https://github.com/tj-django/django-clone/pull/725) ([renovate[bot]](https://github.com/apps/renovate))
- \[pre-commit.ci\] pre-commit autoupdate [\#724](https://github.com/tj-django/django-clone/pull/724) ([pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci))
- Bump pytz from 2022.6 to 2022.7 [\#723](https://github.com/tj-django/django-clone/pull/723) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump tj-actions/verify-changed-files from 12 to 13 [\#721](https://github.com/tj-django/django-clone/pull/721) ([dependabot[bot]](https://github.com/apps/dependabot))
- \[pre-commit.ci\] pre-commit autoupdate [\#719](https://github.com/tj-django/django-clone/pull/719) ([pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci))
- Update actions/checkout action to v3.2.0 [\#718](https://github.com/tj-django/django-clone/pull/718) ([renovate[bot]](https://github.com/apps/renovate))
- chore: remove unused code [\#717](https://github.com/tj-django/django-clone/pull/717) ([jackton1](https://github.com/jackton1))
- chore: remove unused code [\#716](https://github.com/tj-django/django-clone/pull/716) ([jackton1](https://github.com/jackton1))
- Update dependency django to v4.1.4 [\#715](https://github.com/tj-django/django-clone/pull/715) ([renovate[bot]](https://github.com/apps/renovate))
- Updated docs [\#714](https://github.com/tj-django/django-clone/pull/714) ([github-actions[bot]](https://github.com/apps/github-actions))
- Upgraded v4.1.3 → v5.0.0 [\#713](https://github.com/tj-django/django-clone/pull/713) ([jackton1](https://github.com/jackton1))

## [v5.0.0](https://github.com/tj-django/django-clone/tree/v5.0.0) (2022-12-02)

[Full Changelog](https://github.com/tj-django/django-clone/compare/v4.1.3...v5.0.0)
Expand All @@ -18,10 +47,6 @@

- \[BUG\] m2m fields are cloned even if \_clone\_m2m\_fields is empty [\#701](https://github.com/tj-django/django-clone/issues/701)

**Closed issues:**

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

**Merged pull requests:**

- \[pre-commit.ci\] pre-commit autoupdate [\#709](https://github.com/tj-django/django-clone/pull/709) ([pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci))
Expand Down
2 changes: 1 addition & 1 deletion model_clone/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = """Tonye Jack"""
__email__ = "jtonye@ymail.com"
__version__ = "5.0.0"
__version__ = "5.1.0"

from model_clone.admin import CloneModelAdmin, CloneModelAdminMixin
from model_clone.mixin import CloneMixin
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@

setup(
name="django-clone",
version="5.0.0",
version="5.1.0",
description="Create a clone of a django model instance.",
python_requires=">=3.6",
long_description=LONG_DESCRIPTION,
Expand Down

0 comments on commit 8bbc1d2

Please sign in to comment.