From 658c8f214d15a59df3e3da861e8a1bf12c2ba69d Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 23 Apr 2023 12:16:36 +0000 Subject: [PATCH] 3.1.0 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 d8cf60f..00c77a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v3.1.0 (2023-04-23) +### Feature +* Added --branch flag to provide custom branch ([`f03986b`](https://github.com/tjtharrison/gpush/commit/f03986bb9ce3c8d933a183c13888924d6c8c4eff)) + +### Fix +* Corrected current branch selection ([`018fb07`](https://github.com/tjtharrison/gpush/commit/018fb073d57245543dae6f082a5a521063ca285d)) + ## v3.0.1 (2023-04-19) ### Fix * Removed debug prints ([`9abbc9a`](https://github.com/tjtharrison/gpush/commit/9abbc9a59f21194232632b23228433892b0907d3)) diff --git a/_version.py b/_version.py index 7c19e57..3795fb7 100644 --- a/_version.py +++ b/_version.py @@ -2,4 +2,4 @@ File to store the version of the package. """ -__version__ = "3.0.1" +__version__ = "3.1.0"