Skip to content

Commit

Permalink
1.0.4
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Apr 1, 2023
1 parent 0a1d33a commit 9f62999
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-->

## v1.0.4 (2023-04-01)
### Fix
* Removed unused imports ([`87dbac7`](https://github.com/tjtharrison/gpush/commit/87dbac7069dd2fb4e74999b006fc6a49200c1369))

### Documentation
* Updated pyproject for pypi ([`edf5f43`](https://github.com/tjtharrison/gpush/commit/edf5f437864f50d6c032190db5c005ed442900a7))

## v1.0.3 (2023-04-01)
### Fix
* Fmt ([`6062602`](https://github.com/tjtharrison/gpush/commit/606260259144e8d6d519f8a8cf8d4f4fde108831))
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"""
from setuptools import setup

__version__ = "1.0.3"
__version__ = "1.0.4"

setup(name="gpush", version=__version__)

0 comments on commit 9f62999

Please sign in to comment.