Skip to content

Commit bf1b6a7

Browse files
committed
Raised version and updated changelog
1 parent 2f194d1 commit bf1b6a7

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

ChangeLog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11

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+
212
1.0.0
313
=====
414
- Start keeping a changelog (check git for previous history)

fibers/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
__version__ = '1.0.0'
2+
__version__ = '1.1.0'
33

44
try:
55
from fibers._cfibers import *

0 commit comments

Comments
 (0)