Skip to content

Commit

Permalink
v0.30.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
temoto committed Dec 13, 2020
1 parent ab289b6 commit e68ea20
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions NEWS
@@ -1,3 +1,10 @@
0.30.0
======
* pyopenssl tsafe module was deprecated and removed in v20.0.0
* deprecate pyevent hub
* Deprecate CPython 2.7 and 3.4 support
* py39: Add _at_fork_reinit method to Semaphores

0.29.1
======
patcher: [py27] recursion error in pytest/python2.7 installing register_at_fork https://github.com/eventlet/eventlet/issues/660
Expand Down
2 changes: 1 addition & 1 deletion eventlet/__init__.py
Expand Up @@ -8,7 +8,7 @@
DeprecationWarning,
)

version_info = (0, 29, 1)
version_info = (0, 30, 0)
__version__ = '.'.join(map(str, version_info))
# This is to make Debian packaging easier, it ignores import
# errors of greenlet so that the packager can still at least
Expand Down

0 comments on commit e68ea20

Please sign in to comment.