Skip to content

Commit

Permalink
0.4.5
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release authored and andrewjw committed Mar 27, 2023
1 parent 00a0c16 commit 25f3cfe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## v0.4.5 (2023-03-27)
### Fix
* Fix typo. ([`00a0c16`](https://github.com/andrewjw/glowprom/commit/00a0c162cb9ab4bb9e69f970db337321b0049ca7))
* Set GH_TOKEN to allow GitHub releases to be updated. ([`f77f385`](https://github.com/andrewjw/glowprom/commit/f77f385058e920038fafa9575fc01fc87fc47d66))

## v0.4.4 (2023-03-23)
### Fix
* Use string not equals to test if we're releasing. ([`2b44f0c`](https://github.com/andrewjw/glowprom/commit/2b44f0c90b1ffc50a412d98892e842f3e5ae464f))
Expand Down
2 changes: 1 addition & 1 deletion glowprom/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
from .mqtt import connect
from .server import serve, update_stats

__version__ = "0.4.4"
__version__ = "0.4.5"

0 comments on commit 25f3cfe

Please sign in to comment.