Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jettify committed Nov 4, 2019
1 parent 3a1ef53 commit 008d6e4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
CHANGES
=======

0.4.5 (2019-11-03)
------------------

* Fixed endless loop on EOF (thanks @apatrushev)


0.4.4 (2019-03-23)
------------------

Expand Down
2 changes: 1 addition & 1 deletion aiomonitor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@

__all__ = ('Monitor', 'start_monitor', 'MONITOR_HOST', 'MONITOR_PORT',
'CONSOLE_PORT')
__version__ = '0.4.4'
__version__ = '0.4.5'

0 comments on commit 008d6e4

Please sign in to comment.