File tree Expand file tree Collapse file tree 4 files changed +20
-3
lines changed Expand file tree Collapse file tree 4 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ Unreleased] ( https://github.com/tj-django/django-migration-fixer/tree/HEAD )
4+
5+ [ Full Changelog] ( https://github.com/tj-django/django-migration-fixer/compare/v1.0.7...HEAD )
6+
7+ ** Merged pull requests:**
8+
9+ - Updated README.md [ \# 81] ( https://github.com/tj-django/django-migration-fixer/pull/81 ) ([ jackton1] ( https://github.com/jackton1 ) )
10+
11+ ## [ v1.0.7] ( https://github.com/tj-django/django-migration-fixer/tree/v1.0.7 ) (2021-07-06)
12+
13+ [ Full Changelog] ( https://github.com/tj-django/django-migration-fixer/compare/v1.0.6...v1.0.7 )
14+
15+ ** Merged pull requests:**
16+
17+ - Updated README.md [ \# 80] ( https://github.com/tj-django/django-migration-fixer/pull/80 ) ([ jackton1] ( https://github.com/jackton1 ) )
18+ - Upgraded v1.0.5 → v1.0.6 [ \# 79] ( https://github.com/tj-django/django-migration-fixer/pull/79 ) ([ jackton1] ( https://github.com/jackton1 ) )
19+
320## [ v1.0.6] ( https://github.com/tj-django/django-migration-fixer/tree/v1.0.6 ) (2021-07-06)
421
522[ Full Changelog] ( https://github.com/tj-django/django-migration-fixer/compare/v1.0.5...v1.0.6 )
Original file line number Diff line number Diff 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] .6 73+ uses :
tj-django/[email protected] .7 7474 with :
7575 managepy-path : /path/to/manage.py
7676
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 1.0.6
2+ current_version = 1.0.7
33commit = True
44tag = False
55
Original file line number Diff line number Diff line change 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.6 " ,
108+ version = "1.0.7 " ,
109109 zip_safe = False ,
110110)
You can’t perform that action at this time.
0 commit comments