Skip to content

Commit 747f063

Browse files
jackton1github-actions[bot]pre-commit-ci[bot]
authored
Upgraded v1.0.0 → v1.0.1 (#68)
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 0b31ac1 commit 747f063

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
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.1...HEAD)
6+
7+
**Merged pull requests:**
8+
9+
- Updated README.md [\#67](https://github.com/tj-django/django-migration-fixer/pull/67) ([jackton1](https://github.com/jackton1))
10+
11+
## [v1.0.1](https://github.com/tj-django/django-migration-fixer/tree/v1.0.1) (2021-07-06)
12+
13+
[Full Changelog](https://github.com/tj-django/django-migration-fixer/compare/v1.0.0...v1.0.1)
14+
15+
**Merged pull requests:**
16+
17+
- Updated README.md [\#66](https://github.com/tj-django/django-migration-fixer/pull/66) ([jackton1](https://github.com/jackton1))
18+
- Upgraded v0.0.7 → v1.0.0 [\#64](https://github.com/tj-django/django-migration-fixer/pull/64) ([jackton1](https://github.com/jackton1))
19+
- Updated README.md [\#63](https://github.com/tj-django/django-migration-fixer/pull/63) ([jackton1](https://github.com/jackton1))
20+
321
## [v1.0.0](https://github.com/tj-django/django-migration-fixer/tree/v1.0.0) (2021-07-05)
422

523
[Full Changelog](https://github.com/tj-django/django-migration-fixer/compare/v0.0.7...v1.0.0)

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

0 commit comments

Comments
 (0)