diff --git a/CHANGELOG.md b/CHANGELOG.md index a4fdd76f..85b19939 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [v1.3.4](https://github.com/tj-django/django-migration-fixer/tree/v1.3.4) (2021-09-04) + +[Full Changelog](https://github.com/tj-django/django-migration-fixer/compare/v1.3.3...v1.3.4) + +**Merged pull requests:** + +- Removed unused code [\#148](https://github.com/tj-django/django-migration-fixer/pull/148) ([jackton1](https://github.com/jackton1)) +- Upgraded v1.3.2 → v1.3.3 [\#147](https://github.com/tj-django/django-migration-fixer/pull/147) ([jackton1](https://github.com/jackton1)) + ## [v1.3.3](https://github.com/tj-django/django-migration-fixer/tree/v1.3.3) (2021-09-03) [Full Changelog](https://github.com/tj-django/django-migration-fixer/compare/v1.3.2...v1.3.3) diff --git a/README.md b/README.md index 2a0a1644..ba306a23 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ jobs: make install - name: Run django-migration-fixer - uses: tj-django/django-migration-fixer@v1.3.3 + uses: tj-django/django-migration-fixer@v1.3.4 with: managepy-path: /path/to/manage.py diff --git a/setup.cfg b/setup.cfg index 03fbf22d..70007cfc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.3.3 +current_version = 1.3.4 commit = True tag = False diff --git a/setup.py b/setup.py index 96e14457..ad1162f3 100644 --- a/setup.py +++ b/setup.py @@ -107,6 +107,6 @@ "Source": "https://github.com/tj-django/django-migration-fixer", "Documentation": "https://tj-django.github.io/django-migration-fixer", }, - version="1.3.3", + version="1.3.4", zip_safe=False, )