Skip to content

Commit 3a04d07

Browse files
jackton1github-actions[bot]pre-commit-ci[bot]
authored
Upgraded v1.3.1 → v1.3.2 (#146)
* Bump version: 1.3.1 → 1.3.2 * Upgraded from v1.3.1 → v1.3.2 * [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 c3ad48f commit 3a04d07

File tree

4 files changed

+19
-5
lines changed

4 files changed

+19
-5
lines changed

CHANGELOG.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,27 @@
11
# Changelog
22

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

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

77
**Closed issues:**
88

99
- Dependency Dashboard [\#40](https://github.com/tj-django/django-migration-fixer/issues/40)
1010

11+
## [v1.3.2](https://github.com/tj-django/django-migration-fixer/tree/v1.3.2) (2021-09-03)
12+
13+
[Full Changelog](https://github.com/tj-django/django-migration-fixer/compare/v1.3.1...v1.3.2)
14+
15+
**Merged pull requests:**
16+
17+
- Update pascalgn/automerge-action action to v0.14.3 [\#145](https://github.com/tj-django/django-migration-fixer/pull/145) ([renovate[bot]](https://github.com/apps/renovate))
18+
- Update checking if running on the current branch [\#144](https://github.com/tj-django/django-migration-fixer/pull/144) ([jackton1](https://github.com/jackton1))
19+
- Upgraded v1.3.0 → v1.3.1 [\#143](https://github.com/tj-django/django-migration-fixer/pull/143) ([jackton1](https://github.com/jackton1))
20+
21+
## [v1.3.1](https://github.com/tj-django/django-migration-fixer/tree/v1.3.1) (2021-09-03)
22+
23+
[Full Changelog](https://github.com/tj-django/django-migration-fixer/compare/v1.3.0...v1.3.1)
24+
1125
**Merged pull requests:**
1226

1327
- Update test.yml [\#142](https://github.com/tj-django/django-migration-fixer/pull/142) ([jackton1](https://github.com/jackton1))

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].1
116+
uses: tj-django/[email protected].2
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.1
2+
current_version = 1.3.2
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.1",
110+
version="1.3.2",
111111
zip_safe=False,
112112
)

0 commit comments

Comments
 (0)