Skip to content

Commit

Permalink
0.2.6
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 Feb 25, 2021
1 parent 92f2070 commit 9728ddc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,9 @@
# Changelog

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

## v0.2.6 (2021-02-25)
### Fix
* Use python3 to build release package. ([`92f2070`](https://github.com/andrewjw/glowprom/commit/92f2070b4b0c2433c3fc1733dfa5121d8d93d980))
* Fake commit to test release via buildbot. ([`633d588`](https://github.com/andrewjw/glowprom/commit/633d5888a67e9af3fd1fcdaeb4a55031590bd42c))
* Add Docker badge (mostly to test buildbot release) ([`f206b62`](https://github.com/andrewjw/glowprom/commit/f206b6209c0330ab8fff59ec0897099aacab497e))
2 changes: 1 addition & 1 deletion glowprom/__init__.py
Expand Up @@ -20,4 +20,4 @@
from .prometheus import prometheus
from .server import serve, update_stats

__version__ = "0.2.5"
__version__ = "0.2.6"

0 comments on commit 9728ddc

Please sign in to comment.