From a47b64449b5eaae96dff8937d4cc758d89bc5b2d Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 9 Apr 2023 09:16:58 +0000 Subject: [PATCH] 1.1.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 10 ++++++++++ setup.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef0d403..34498fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ +## v1.1.0 (2023-04-09) +### Feature +* GPG commits working ([`d0565a8`](https://github.com/tjtharrison/gpush/commit/d0565a8eaab7147d933e7d4dc55d0477b39e2695)) + +### Fix +* Fixed commit message ([`35346e5`](https://github.com/tjtharrison/gpush/commit/35346e5fe30dc27b8bddab382a30e1113b9419b0)) + +### Documentation +* Test ([`d9dd34d`](https://github.com/tjtharrison/gpush/commit/d9dd34d4f5a48609a8aac8cca529e3c40bbc3f5a)) + ## v1.0.4 (2023-04-01) ### Fix * Removed unused imports ([`87dbac7`](https://github.com/tjtharrison/gpush/commit/87dbac7069dd2fb4e74999b006fc6a49200c1369)) diff --git a/setup.py b/setup.py index 361774e..94f3a04 100644 --- a/setup.py +++ b/setup.py @@ -3,6 +3,6 @@ """ from setuptools import setup -__version__ = "1.0.4" +__version__ = "1.1.0" setup(name="gpush", version=__version__)