From b343b4e04a4dfe792654724d64ff86621c1fe7e6 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 12 Apr 2023 19:34:47 +0000 Subject: [PATCH] 2.1.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 7 +++++++ _version.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1562fe7..839f97f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v2.1.1 (2023-04-12) +### Fix +* Fixed no-commit,no-push ([`e42d17b`](https://github.com/tjtharrison/gpush/commit/e42d17b3a645d43a579c86049b6b31529385d90c)) +* Removed unused imports ([`461ed99`](https://github.com/tjtharrison/gpush/commit/461ed995c5e1cdbebaef7649e1938c4a2844cb48)) +* Fixed git_push ([`bf318f2`](https://github.com/tjtharrison/gpush/commit/bf318f2b2ec6eef77f7170474f2f46b633aa7f33)) +* Fixed version reference in pip install ([`234641c`](https://github.com/tjtharrison/gpush/commit/234641c5dd3dc29ca1191d91cc58a6ae78b9cae5)) + ## v2.1.0 (2023-04-11) ### Feature * Added version flag ([`87183b8`](https://github.com/tjtharrison/gpush/commit/87183b8f532377255e7742260ef8c6243c921d2a)) diff --git a/_version.py b/_version.py index 4c21ffd..fe07e32 100644 --- a/_version.py +++ b/_version.py @@ -2,4 +2,4 @@ File to store the version of the package. """ -__version__ = "2.1.0" +__version__ = "2.1.1"