From e8f37035cf08fac6ddfb4d0a09332c944f6844e4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 12 Feb 2022 01:26:15 +0000 Subject: [PATCH 1/2] =?UTF-8?q?Bump=20version:=200.0.9=20=E2=86=92=201.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 5d6fc08..860be11 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.9 +current_version = 1.0.0 commit = True tag = False diff --git a/setup.py b/setup.py index 2c7d1f9..d5a2463 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ setup( name="github-deploy", - version="0.0.9", + version="1.0.0", description="Deploy yaml files to a large number of repositories in seconds.", long_description=LONG_DESCRIPTION, long_description_content_type=LONG_DESCRIPTION_TYPE, From 1d583e168ad9f9ac3d700c2534e2e8e507f45d47 Mon Sep 17 00:00:00 2001 From: jackton1 Date: Sat, 12 Feb 2022 01:26:26 +0000 Subject: [PATCH 2/2] =?UTF-8?q?Upgraded=20from=200.0.9=20=E2=86=92=20v1.0.?= =?UTF-8?q?0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1afd81..4b51c49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [v1.0.0](https://github.com/tj-python/github-deploy/tree/v1.0.0) (2022-02-12) + +[Full Changelog](https://github.com/tj-python/github-deploy/compare/0.0.9...v1.0.0) + +**Merged pull requests:** + +- Upgraded 0.0.8 → 0.0.9 [\#7](https://github.com/tj-python/github-deploy/pull/7) ([jackton1](https://github.com/jackton1)) + ## [0.0.9](https://github.com/tj-python/github-deploy/tree/0.0.9) (2022-02-11) [Full Changelog](https://github.com/tj-python/github-deploy/compare/0.0.8...0.0.9)