Skip to content

Commit

Permalink
Upgraded v1.3.3 → v1.3.4 (#149)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: jackton1 <jackton1@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
4 people authored Sep 4, 2021
1 parent 9061450 commit 2c48aed
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.3.3
current_version = 1.3.4
commit = True
tag = False

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)

0 comments on commit 2c48aed

Please sign in to comment.