Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jettify committed Sep 8, 2017
1 parent 9321634 commit 0a7d788
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
CHANGES
=======

0.2.X (XXXX-XX-XX)
0.3.0 (2017-09-08)
------------------

* Added _locals_ parameter for passing environment to python REPL


0.2.1 (2016-01-03)
------------------
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.2.2a0'
__version__ = '0.3.0'

0 comments on commit 0a7d788

Please sign in to comment.