Skip to content

Commit

Permalink
core: raised version and updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed Dec 1, 2014
1 parent 7d3279d commit 811a6a8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__,
Expand Down

0 comments on commit 811a6a8

Please sign in to comment.