Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rjuju committed Apr 8, 2020
1 parent a4ebec5 commit 0440d46
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
1.0.0:
New feature:
- Handle the new query_cleanup query that may be run after getting remote
data.
Bugfix:
- Let workers quit immediately if they're asked to stop.
0.0.3
Bugfix:
- Support standard_conforming_strings = off
Expand Down
2 changes: 1 addition & 1 deletion powa_collector/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
import json
import signal

__VERSION__ = '0.0.3'
__VERSION__ = '1.0.0'
__VERSION_NUM__ = [int(part) for part in __VERSION__.split('.')]


Expand Down

0 comments on commit 0440d46

Please sign in to comment.