File tree Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Expand file tree Collapse file tree 3 files changed +13
-4
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 )
3+ ## [ v1.0.2 ] ( https://github.com/tj-django/django-migration-fixer/tree/v1.0.2 ) (2021-07-06 )
44
5- [ Full Changelog] ( https://github.com/tj-django/django-migration-fixer/compare/v1.0.1...HEAD )
5+ [ Full Changelog] ( https://github.com/tj-django/django-migration-fixer/compare/v1.0.1...v1.0.2 )
6+
7+ ** Closed issues:**
8+
9+ - Add github action that uses the GITHUB\_ BASE\_ REF instead of the default ` branch ` input. [ \# 22] ( https://github.com/tj-django/django-migration-fixer/issues/22 )
610
711** Merged pull requests:**
812
13+ - Upgraded v1.0.0 → v1.0.1 [ \# 68] ( https://github.com/tj-django/django-migration-fixer/pull/68 ) ([ jackton1] ( https://github.com/jackton1 ) )
914- Updated README.md [ \# 67] ( https://github.com/tj-django/django-migration-fixer/pull/67 ) ([ jackton1] ( https://github.com/jackton1 ) )
1015
1116## [ v1.0.1] ( https://github.com/tj-django/django-migration-fixer/tree/v1.0.1 ) (2021-07-06)
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 1.0.1
2+ current_version = 1.0.2
33commit = True
44tag = False
55
66[bumpversion:file:setup.py]
77search = version =" {current_version}"
88replace = version =" {new_version}"
99
10+ [bumpversion:file:README.md]
11+ search = v{current_version}
12+ replace = v{new_version}
13+
1014[bdist_wheel]
1115universal = 1
1216
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.1 " ,
108+ version = "1.0.2 " ,
109109 zip_safe = False ,
110110)
You can’t perform that action at this time.
0 commit comments