diff --git a/ChangeLog b/ChangeLog index a6c048f3..3faaf945 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Version 0.10.13 +=============== + - Build: fix build with VS 2013 installed + - Build: fix build with Windows SDK + - Build: show stdout on build errors as well + - Build: bundle gyp on sdist + - Raised libuv version to 0bcac64 (v0.10 branch) + Version 0.10.12 =============== - Fixed multiple memory leaks when using sync fs functions diff --git a/setup.py b/setup.py index 980bdd0b..6975ae3b 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ from setup_libuv import libuv_build_ext, libuv_sdist -__version__ = "0.10.12" +__version__ = "0.10.13" setup(name = "pyuv", version = __version__,