Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jettify committed Jul 3, 2018
1 parent a7ba09e commit e56ec3c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
CHANGES
=======

0.3.1 (YYYY-MM-DD)
0.3.1 (2018-07-03)
------------------

* Added the stacktrace command #120 (thanks @agronholm)


0.3.0 (2017-09-08)
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.3.1a0'
__version__ = '0.3.1'
2 changes: 2 additions & 0 deletions docs/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ Once connection established, one can type commands, for instance ``help``::
where taskid : Show stack frames for a task
cancel taskid : Cancel an indicated task
signal signame : Send a Unix signal
stacktrace : Print a stack trace from the event loop thread
console : Switch to async Python REPL
quit : Leave the monitor

Expand All @@ -75,6 +76,7 @@ Library will respond with list of supported commands:
* *where* -- prints stack frame for the task, taskid must be supplied
* *cancel* -- command cancels task, taskid must be supplied
* *signal* -- command sends unix signal to the app process
* *stacktrace* -- prints a stack trace from the event loop thread
* *console* -- switch to python REPL
* *quit* -- stops telnet session

Expand Down

0 comments on commit e56ec3c

Please sign in to comment.