8000 Merge pull request #6 from tj-python/chore/upgrade-0.0.7-to-0.0.8 · tj-python/github-deploy@0ab13d8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0ab13d8

Browse files
authored
Merge pull request #6 from tj-python/chore/upgrade-0.0.7-to-0.0.8
Upgraded 0.0.7 → 0.0.8
2 parents 94aee6c + df0b054 commit 0ab13d8

File tree

3 files changed

+22
-2
lines changed

3 files changed

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

CHANGELOG.md

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

3+
## [0.0.8](https://github.com/tj-python/github-deploy/tree/0.0.8) (2021-11-15)
4+
5+
[Full Changelog](https://github.com/tj-python/github-deploy/compare/0.0.7...0.0.8)
6+
7+
## [0.0.7](https://github.com/tj-python/github-deploy/tree/0.0.7) (2021-11-15)
8+
9+
[Full Changelog](https://github.com/tj-python/github-deploy/compare/0.0.6...0.0.7)
10+
11+
## [0.0.6](https://github.com/tj-python/github-deploy/tree/0.0.6) (2021-11-15)
12+
13+
[Full Changelog](https://github.com/tj-python/github-deploy/compare/0.0.5...0.0.6)
14+
15+
## [0.0.5](https://github.com/tj-python/github-deploy/tree/0.0.5) (2021-11-15)
16+
17+
[Full Changelog](https://github.com/tj-python/github-deploy/compare/0.0.4...0.0.5)
18+
19+
**Merged pull requests:**
20+
21+
- Upgraded 0.0.3 → 0.0.4 [\#5](https://github.com/tj-python/github-deploy/pull/5) ([jackton1](https://github.com/jackton1))
22+
323
## [0.0.4](https://github.com/tj-python/github-deploy/tree/0.0.4) (2021-07-30)
424

525
[Full Changelog](https://github.com/tj-python/github-deploy/compare/0.0.3...0.0.4)

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