Skip to content

Commit

Permalink
Document and release 0.3.6.post201803091952
Browse files Browse the repository at this point in the history
  • Loading branch information
hartwork committed Mar 9, 2018
1 parent 9314e8b commit a02af93
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
New in 0.3.6.post20180309 (since 0.3.6)
---------------------------------------
New in 0.3.6.post201803091952 (since 0.3.6)
-------------------------------------------
* New maintenance repository on Github: https://github.com/hartwork/gevent-socketio
* setup.py: Auto-fill long description from README.rst
* Travis: Do not ignore pip errors during setup
* Travis/tox: Drop Python 2.7 and 3.3, add 3.5 and 3.6
* Change log: Fix "Title underline too short" syntax issue
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def run_tests(self):

setup(
name="gevent-socketio-hartwork",
version="0.3.6.post20180309",
version="0.3.6.post201803091952",
description=(
"SocketIO server based on the Gevent pywsgi server, "
"a Python network library"),
Expand Down

0 comments on commit a02af93

Please # to comment.