Skip to content

Commit

Permalink
Preparing release 1.3.5
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
jamadden committed Jul 16, 2018
1 parent 62129a3 commit 46f6304
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

.. currentmodule:: gevent

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

- Update the bundled libuv from 1.20.1 to 1.22.0.
Expand All @@ -23,8 +23,8 @@

- :meth:`gevent.socket.socket.connect` doesn't pass the port (service)
to :func:`socket.getaddrinfo` when it resolves an ``AF_INET`` or
``AF_INET6`` address. This fixes an issue on Solaris. Reported in
:issue:`1252` by wiggin15.
``AF_INET6`` address. (The standard library doesn't either.) This
fixes an issue on Solaris. Reported in :issue:`1252` by wiggin15.

- :meth:`gevent.socket.socket.connect` works with more address
families, notably AF_TIPC, AF_NETLINK, AF_BLUETOOTH, AF_ALG and AF_VSOCK.
Expand Down
2 changes: 1 addition & 1 deletion src/gevent/__init__.py
Original file line number Diff line number Diff line change
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.dev0'
__version__ = '1.3.5'


__all__ = [
Expand Down

0 comments on commit 46f6304

Please sign in to comment.