Skip to content

Commit 32547d6

Browse files
jackton1github-actions[bot]pre-commit-ci[bot]
authored
Upgraded v1.1.4 → v1.2.0 (#122)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: jackton1 <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent d17bb32 commit 32547d6

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [v1.2.0](https://github.com/tj-django/django-migration-fixer/tree/v1.2.0) (2021-08-08)
4+
5+
[Full Changelog](https://github.com/tj-django/django-migration-fixer/compare/v1.1.4...v1.2.0)
6+
7+
**Merged pull requests:**
8+
9+
- Increased test coverage. [\#121](https://github.com/tj-django/django-migration-fixer/pull/121) ([jackton1](https://github.com/jackton1))
10+
- Fix bug editing previous migration files. [\#120](https://github.com/tj-django/django-migration-fixer/pull/120) ([jackton1](https://github.com/jackton1))
11+
- Upgraded v1.1.3 → v1.1.4 [\#119](https://github.com/tj-django/django-migration-fixer/pull/119) ([jackton1](https://github.com/jackton1))
12+
313
## [v1.1.4](https://github.com/tj-django/django-migration-fixer/tree/v1.1.4) (2021-08-04)
414

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
make install
114114
115115
- name: Run django-migration-fixer
116-
uses: tj-django/django-migration-fixer@v1.1.4
116+
uses: tj-django/django-migration-fixer@v1.2.0
117117
with:
118118
managepy-path: /path/to/manage.py
119119

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.1.4
2+
current_version = 1.2.0
33
commit = True
44
tag = False
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,6 @@
105105
"Source": "https://github.com/tj-django/django-migration-fixer",
106106
"Documentation": "https://tj-django.github.io/django-migration-fixer",
107107
},
108-
version="1.1.4",
108+
version="1.2.0",
109109
zip_safe=False,
110110
)

0 commit comments

Comments
 (0)