Skip to content

Commit a28c34c

Browse files
jackton1github-actions[bot]pre-commit-ci[bot]
authored
Upgraded v1.3.0 → v1.3.1 (#143)
* Bump version: 1.3.0 → 1.3.1 * Upgraded from v1.3.0 → v1.3.1 * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci 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 9d8883f commit a28c34c

File tree

4 files changed

+20
-7
lines changed

4 files changed

+20
-7
lines changed

CHANGELOG.md

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

3+
## [v1.3.1](https://github.com/tj-django/django-migration-fixer/tree/v1.3.1) (2021-09-03)
4+
5+
[Full Changelog](https://github.com/tj-django/django-migration-fixer/compare/v1.3.0...v1.3.1)
6+
7+
**Closed issues:**
8+
9+
- Dependency Dashboard [\#40](https://github.com/tj-django/django-migration-fixer/issues/40)
10+
11+
**Merged pull requests:**
12+
13+
- Update test.yml [\#142](https://github.com/tj-django/django-migration-fixer/pull/142) ([jackton1](https://github.com/jackton1))
14+
- Update retrieving the current branch name [\#141](https://github.com/tj-django/django-migration-fixer/pull/141) ([jackton1](https://github.com/jackton1))
15+
- Update docs. [\#140](https://github.com/tj-django/django-migration-fixer/pull/140) ([jackton1](https://github.com/jackton1))
16+
- Update dependency Django to v3.2.7 [\#139](https://github.com/tj-django/django-migration-fixer/pull/139) ([renovate[bot]](https://github.com/apps/renovate))
17+
- \[pre-commit.ci\] pre-commit autoupdate [\#138](https://github.com/tj-django/django-migration-fixer/pull/138) ([pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci))
18+
- Upgraded v1.2.2 → v1.3.0 [\#137](https://github.com/tj-django/django-migration-fixer/pull/137) ([jackton1](https://github.com/jackton1))
19+
320
## [v1.3.0](https://github.com/tj-django/django-migration-fixer/tree/v1.3.0) (2021-08-28)
421

522
[Full Changelog](https://github.com/tj-django/django-migration-fixer/compare/v1.2.2...v1.3.0)
@@ -8,10 +25,6 @@
825

926
- Resolve bug with reseeding migrations. [\#136](https://github.com/tj-django/django-migration-fixer/pull/136) ([jackton1](https://github.com/jackton1))
1027

11-
**Closed issues:**
12-
13-
- Dependency Dashboard [\#40](https://github.com/tj-django/django-migration-fixer/issues/40)
14-
1528
**Merged pull requests:**
1629

1730
- Update codecov/codecov-action action to v2.0.3 [\#135](https://github.com/tj-django/django-migration-fixer/pull/135) ([renovate[bot]](https://github.com/apps/renovate))

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
make install
114114
115115
- name: Run django-migration-fixer
116-
uses: tj-django/[email protected].0
116+
uses: tj-django/[email protected].1
117117
with:
118118
managepy-path: /path/to/manage.py
119119

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.3.0
2+
current_version = 1.3.1
33
commit = True
44
tag = False
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,6 @@
107107
"Source": "https://github.com/tj-django/django-migration-fixer",
108108
"Documentation": "https://tj-django.github.io/django-migration-fixer",
109109
},
110-
version="1.3.0",
110+
version="1.3.1",
111111
zip_safe=False,
112112
)

0 commit comments

Comments
 (0)