Skip to content

Commit

Permalink
2.1.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Apr 12, 2023
1 parent 0bc06d5 commit b343b4e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

<!--next-version-placeholder-->

## 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))
Expand Down
2 changes: 1 addition & 1 deletion _version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
File to store the version of the package.
"""

__version__ = "2.1.0"
__version__ = "2.1.1"

0 comments on commit b343b4e

Please sign in to comment.