Skip to content
This repository was archived by the owner on Dec 16, 2024. It is now read-only.

Commit 93894cc

Browse files
committed
core: raised version and updated changelog
1 parent 328651b commit 93894cc

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

ChangeLog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version 0.10.12
2+
===============
3+
- Fixed multiple memory leaks when using sync fs functions
4+
- Cleanup fs requests when using sync mode
5+
- Raised libuv version to 0.10.29
6+
17
Version 0.10.11
28
===============
39
- Added Python 3.4 support classifier

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from setup_libuv import libuv_build_ext, libuv_sdist
88

99

10-
__version__ = "0.10.11"
10+
__version__ = "0.10.12"
1111

1212
setup(name = "pyuv",
1313
version = __version__,

0 commit comments

Comments
 (0)