Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gevent
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gevent
Commits
f567d6bc
Commit
f567d6bc
authored
Jan 20, 2021
by
Jason Madden
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Preparing release 21.1.2
parent
8849b373
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
23 additions
and
4 deletions
+23
-4
CHANGES.rst
CHANGES.rst
+22
-0
docs/changes/1753.misc
docs/changes/1753.misc
+0
-1
docs/changes/1754.feature
docs/changes/1754.feature
+0
-1
docs/changes/1755.feature
docs/changes/1755.feature
+0
-1
src/gevent/__init__.py
src/gevent/__init__.py
+1
-1
No files found.
CHANGES.rst
View file @
f567d6bc
...
...
@@ -6,6 +6,28 @@
.. towncrier release notes start
21.1.2 (2021-01-20)
===================
Features
--------
- Update the embedded libev from 4.31 to 4.33.
See :issue:`1754`.
- Update the embedded libuv from 1.38.0 to 1.40.0.
See :issue:`1755`.
Misc
----
- See :issue:`1753`.
----
21.1.1 (2021-01-18)
===================
...
...
docs/changes/1753.misc
deleted
100644 → 0
View file @
8849b373
Adjust Cython version pin to >= 3.0a6.
docs/changes/1754.feature
deleted
100644 → 0
View file @
8849b373
Update
the
embedded
libev
from
4.31
to
4.33.
docs/changes/1755.feature
deleted
100644 → 0
View file @
8849b373
Update
the
embedded
libuv
from
1.38.0
to
1.40.0.
src/gevent/__init__.py
View file @
f567d6bc
...
...
@@ -27,7 +27,7 @@ version_info = _version_info(20, 0, 0, 'dev', 0) # XXX: Remove me
#: Use ``pkg_resources.parse_version(__version__)`` or
#: ``packaging.version.Version(__version__)`` to get a machine-usable
#: value.
__version__
=
'21.1.2
.dev0
'
__version__
=
'21.1.2'
__all__
=
[
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment