Skip to content

Commit

Permalink
Upgraded v1.1.4 → v1.2.0 (#122)
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 committed Aug 8, 2021
1 parent d17bb32 commit 32547d6
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [v1.2.0](https://github.com/tj-django/django-migration-fixer/tree/v1.2.0) (2021-08-08)

[Full Changelog](https://github.com/tj-django/django-migration-fixer/compare/v1.1.4...v1.2.0)

**Merged pull requests:**

- Increased test coverage. [\#121](https://github.com/tj-django/django-migration-fixer/pull/121) ([jackton1](https://github.com/jackton1))
- Fix bug editing previous migration files. [\#120](https://github.com/tj-django/django-migration-fixer/pull/120) ([jackton1](https://github.com/jackton1))
- Upgraded v1.1.3 → v1.1.4 [\#119](https://github.com/tj-django/django-migration-fixer/pull/119) ([jackton1](https://github.com/jackton1))

## [v1.1.4](https://github.com/tj-django/django-migration-fixer/tree/v1.1.4) (2021-08-04)

[Full Changelog](https://github.com/tj-django/django-migration-fixer/compare/v1.1.3...v1.1.4)
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.1.4
uses: tj-django/django-migration-fixer@v1.2.0
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.1.4
current_version = 1.2.0
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 @@ -105,6 +105,6 @@
"Source": "https://github.com/tj-django/django-migration-fixer",
"Documentation": "https://tj-django.github.io/django-migration-fixer",
},
version="1.1.4",
version="1.2.0",
zip_safe=False,
)

0 comments on commit 32547d6

Please sign in to comment.