Skip to content

Commit

Permalink
Preparing release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Jan 4, 2019
1 parent 340a362 commit 6fb4d76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Expand Up @@ -4,7 +4,7 @@

.. currentmodule:: gevent

1.4.0 (unreleased)
1.4.0 (2019-01-04)
==================

- Build with Cython 0.29 in '3str' mode.
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.4.0.dev0'
__version__ = '1.4.0'


__all__ = [
Expand Down

0 comments on commit 6fb4d76

Please sign in to comment.