Skip to content

Commit 3ce33f9

Browse files
jackton1github-actions[bot]pre-commit-ci[bot]
authored
Upgraded v1.0.5 → v1.0.6 (#79)
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 088f57b commit 3ce33f9

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG.md

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

3+
## [v1.0.6](https://github.com/tj-django/django-migration-fixer/tree/v1.0.6) (2021-07-06)
4+
5+
[Full Changelog](https://github.com/tj-django/django-migration-fixer/compare/v1.0.5...v1.0.6)
6+
7+
**Merged pull requests:**
8+
9+
- Preserve quotes [\#78](https://github.com/tj-django/django-migration-fixer/pull/78) ([jackton1](https://github.com/jackton1))
10+
- Updated README.md [\#77](https://github.com/tj-django/django-migration-fixer/pull/77) ([jackton1](https://github.com/jackton1))
11+
- Upgraded v1.0.4 → v1.0.5 [\#76](https://github.com/tj-django/django-migration-fixer/pull/76) ([jackton1](https://github.com/jackton1))
12+
- Update README.md [\#75](https://github.com/tj-django/django-migration-fixer/pull/75) ([jackton1](https://github.com/jackton1))
13+
314
## [v1.0.5](https://github.com/tj-django/django-migration-fixer/tree/v1.0.5) (2021-07-06)
415

516
[Full Changelog](https://github.com/tj-django/django-migration-fixer/compare/v1.0.4...v1.0.5)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ $ python manage.py makemigrations -b master --fix
7070
pip install -U pip
7171
7272
- name: Run django-migration-fixer
73-
uses: tj-django/[email protected].5
73+
uses: tj-django/[email protected].6
7474
with:
7575
managepy-path: /path/to/manage.py
7676

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.0.5
2+
current_version = 1.0.6
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.0.5",
108+
version="1.0.6",
109109
zip_safe=False,
110110
)

0 commit comments

Comments
 (0)