Skip to content

Commit

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

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

## 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))
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.4"
__version__ = "1.1.0"

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

0 comments on commit a47b644

Please sign in to comment.