10000 Merge pull request #8 from tj-python/chore/upgrade-0.0.9-to-v1.0.0 · tj-python/github-deploy@2a8fb31 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2a8fb31

Browse files
authored
Merge pull request #8 from tj-python/chore/upgrade-0.0.9-to-v1.0.0
2 parents 142dcb9 + 1d583e1 commit 2a8fb31

File tree

3 files changed

+10
-2
lines changed

3 files changed

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

CHANGELOG.md

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

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

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

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