Skip to content

Commit 6f9f0ec

Browse files
jackton1github-actions[bot]pre-commit-ci[bot]
authored
Upgraded v1.0.1 → v1.0.2 (#69)
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 7f2452c commit 6f9f0ec

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
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)

setup.cfg

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
[bumpversion]
2-
current_version = 1.0.1
2+
current_version = 1.0.2
33
commit = True
44
tag = False
55

66
[bumpversion:file:setup.py]
77
search = version="{current_version}"
88
replace = version="{new_version}"
99

10+
[bumpversion:file:README.md]
11+
search = v{current_version}
12+
replace = v{new_version}
13+
1014
[bdist_wheel]
1115
universal = 1
1216

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.1",
108+
version="1.0.2",
109109
zip_safe=False,
110110
)

0 commit comments

Comments
 (0)