8000 Merge pull request #7 from tj-python/chore/upgrade-0.0.8-to-0.0.9 · tj-python/github-deploy@27095bc · GitHub
[go: up one dir, main page]

Skip to content

Commit 27095bc

Browse files
authored
Merge pull request #7 from tj-python/chore/upgrade-0.0.8-to-0.0.9
2 parents bfe26a3 + 57606ac commit 27095bc

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 = 0.0.8
2+
current_version = 0.0.9
33
commit = True
44
tag = True
55

CHANGELOG.md

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

3+
## [0.0.9](https://github.com/tj-python/github-deploy/tree/0.0.9) (2022-02-11)
4+
5+
[Full Changelog](https://github.com/tj-python/github-deploy/compare/0.0.8...0.0.9)
6+
7+
**Merged pull requests:**
8+
9+
- Upgraded 0.0.7 → 0.0.8 [\#6](https://github.com/tj-python/github-deploy/pull/6) ([jackton1](https://github.com/jackton1))
10+
311
## [0.0.8](https://github.com/tj-python/github-deploy/tree/0.0.8) (2021-11-15)
412

513
[Full Changelog](https://github.com/tj-python/github-deploy/compare/0.0.7...0.0.8)
614

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

9-
[Full Changelog](https://github.com/tj-python/github-deploy/compare/0.0.6...0.0.7)
17+
[Full Changelog](https://github.com/tj-python/github-deploy/compare/0.0.5...0.0.7)
1018

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

13-
[Full Changelog](https://github.com/tj-python/github-deploy/compare/0.0.5...0.0.6)
21+
[Full Changelog](https://github.com/tj-python/github-deploy/compare/0.0.6...0.0.5)
1422

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

17-
[Full Changelog](https://github.com/tj-python/github-deploy/compare/0.0.4...0.0.5)
25+
[Full Changelog](https://github.com/tj-python/github-deploy/compare/0.0.4...0.0.6)
1826

1927
**Merged pull requests:**
2028

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="0.0.8",
26+
version="0.0.9",
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