We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f194d1 commit bf1b6a7Copy full SHA for bf1b6a7
ChangeLog
@@ -1,4 +1,14 @@
1
2
+1.1.0
3
+=====
4
+- Refactor Windows build
5
+- Refactor Travis builds
6
+- Only install what's needed to run tests on AppVeyor
7
+- Refactor AppVeyor builds
8
+- Removed tox file
9
+- Update README
10
+- Update stacklet
11
+
12
1.0.0
13
=====
14
- Start keeping a changelog (check git for previous history)
fibers/__init__.py
@@ -1,5 +1,5 @@
-__version__ = '1.0.0'
+__version__ = '1.1.0'
try:
from fibers._cfibers import *
0 commit comments