Skip to content

Commit ea7387d

Browse files
Upgraded v1.1.1 → v1.1.2 (#46)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: jackton1 <jackton1@users.noreply.github.com>
1 parent 37d65b7 commit ea7387d

File tree

3 files changed

+16
-7
lines changed

3 files changed

+16
-7
lines changed

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

CHANGELOG.md

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

3+
## [v1.1.2](https://github.com/tj-python/github-deploy/tree/v1.1.2) (2023-05-29)
4+
5+
[Full Changelog](https://github.com/tj-python/github-deploy/compare/v1.1.1...v1.1.2)
6+
7+
**Merged pull requests:**
8+
9+
- Bump tj-actions/github-changelog-generator from 1.18 to 1.19 [\#45](https://github.com/tj-python/github-deploy/pull/45) ([dependabot[bot]](https://github.com/apps/dependabot))
10+
- Upgraded v1.1.0 → v1.1.1 [\#44](https://github.com/tj-python/github-deploy/pull/44) ([jackton1](https://github.com/jackton1))
11+
312
## [v1.1.1](https://github.com/tj-python/github-deploy/tree/v1.1.1) (2023-04-05)
413

514
[Full Changelog](https://github.com/tj-python/github-deploy/compare/v1.1.0...v1.1.1)
@@ -83,15 +92,15 @@
8392

8493
## [0.0.7](https://github.com/tj-python/github-deploy/tree/0.0.7) (2021-11-15)
8594

86-
[Full Changelog](https://github.com/tj-python/github-deploy/compare/0.0.6...0.0.7)
95+
[Full Changelog](https://github.com/tj-python/github-deploy/compare/0.0.5...0.0.7)
8796

88-
## [0.0.6](https://github.com/tj-python/github-deploy/tree/0.0.6) (2021-11-15)
97+
## [0.0.5](https://github.com/tj-python/github-deploy/tree/0.0.5) (2021-11-15)
8998

90-
[Full Changelog](https://github.com/tj-python/github-deploy/compare/0.0.5...0.0.6)
99+
[Full Changelog](https://github.com/tj-python/github-deploy/compare/0.0.6...0.0.5)
91100

92-
## [0.0.5](https://github.com/tj-python/github-deploy/tree/0.0.5) (2021-11-15)
101+
## [0.0.6](https://github.com/tj-python/github-deploy/tree/0.0.6) (2021-11-15)
93102

94-
[Full Changelog](https://github.com/tj-python/github-deploy/compare/0.0.4...0.0.5)
103+
[Full Changelog](https://github.com/tj-python/github-deploy/compare/0.0.4...0.0.6)
95104

96105
**Merged pull requests:**
97106

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
setup(
2525
name="github-deploy",
26-
version="1.1.1",
26+
version="1.1.2",
2727
description="Deploy yaml files to a large number of repositories in seconds.",
2828
long_description=LONG_DESCRIPTION,
2929
long_description_content_type=LONG_DESCRIPTION_TYPE,

0 commit comments

Comments
 (0)