8000 Merge pull request #47 from tj-python/chore/upgrade-v1.1.2-to-v1.2.0 · tj-python/github-deploy@37a64a6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 37a64a6

Browse files
Merge pull request #47 from tj-python/chore/upgrade-v1.1.2-to-v1.2.0
Upgraded v1.1.2 → v1.2.0
2 parents ea7387d + 44bdc67 commit 37a64a6

File tree

3 files changed

+15
-7
lines changed

3 files changed

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

CHANGELOG.md

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

3+
## [v1.2.0](https://github.com/tj-python/github-deploy/tree/v1.2.0) (2023-07-05)
4+
5+
[Full Changelog](https://github.com/tj-python/github-deploy/compare/v1.1.2...v1.2.0)
6+
7+
**Merged pull requests:**
8+
9+
- Upgraded v1.1.1 → v1.1.2 [\#46](https://github.com/tj-python/github-deploy/pull/46) ([jackton1](https://github.com/jackton1))
10+
311
## [v1.1.2](https://github.com/tj-python/github-deploy/tree/v1.1.2) (2023-05-29)
412

513
[Full Changelog](https://github.com/tj-python/github-deploy/compare/v1.1.1...v1.1.2)
@@ -92,15 +100,15 @@
92100

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

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

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

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

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

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

105113
**Merged pull requests:**
106114

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.2",
26+
version="1.2.0",
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)
0