Skip to content

Commit

Permalink
Back to development: 1.3.6
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
jamadden committed Jul 16, 2018
1 parent 46f6304 commit 84ef1f9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.rst
Expand Up @@ -4,6 +4,12 @@

.. currentmodule:: gevent

1.3.6 (unreleased)
==================

- Nothing changed yet.


1.3.5 (2018-07-16)
==================

Expand Down
2 changes: 1 addition & 1 deletion src/gevent/__init__.py
Expand Up @@ -27,7 +27,7 @@
#: Use ``pkg_resources.parse_version(__version__)`` or
#: ``packaging.version.Version(__version__)`` to get a machine-usable
#: value.
__version__ = '1.3.5'
__version__ = '1.3.6.dev0'


__all__ = [
Expand Down

0 comments on commit 84ef1f9

Please sign in to comment.