Skip to content

Commit c5a1cbb

Browse files
jackton1github-actions[bot]pre-commit-ci[bot]
authored
Upgraded v1.0.3 → v1.0.4 (#74)
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 e3d3778 commit c5a1cbb

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
# Changelog
22

3-
## [Unreleased](https://github.com/tj-django/django-migration-fixer/tree/HEAD)
3+
## [v1.0.4](https://github.com/tj-django/django-migration-fixer/tree/v1.0.4) (2021-07-06)
44

5-
[Full Changelog](https://github.com/tj-django/django-migration-fixer/compare/v1.0.3...HEAD)
5+
[Full Changelog](https://github.com/tj-django/django-migration-fixer/compare/v1.0.3...v1.0.4)
66

77
**Merged pull requests:**
88

9+
- Upgraded v1.0.2 → v1.0.3 [\#73](https://github.com/tj-django/django-migration-fixer/pull/73) ([jackton1](https://github.com/jackton1))
910
- Updated README.md [\#72](https://github.com/tj-django/django-migration-fixer/pull/72) ([jackton1](https://github.com/jackton1))
11+
- Fixed bug using a detached head [\#71](https://github.com/tj-django/django-migration-fixer/pull/71) ([jackton1](https://github.com/jackton1))
1012

1113
## [v1.0.3](https://github.com/tj-django/django-migration-fixer/tree/v1.0.3) (2021-07-06)
1214

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].3
73+
uses: tj-django/[email protected].4
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.3
2+
current_version = 1.0.4
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.3",
108+
version="1.0.4",
109109
zip_safe=False,
110110
)

0 commit comments

Comments
 (0)