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

Commit 85d5688

Browse files
committed
core: raised version and updated changelog
1 parent 2fa28ab commit 85d5688

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

ChangeLog

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
Version 1.0.1
2+
=============
3+
- build: add --use-system-libuv build time option
4+
- build: fix rebuilding when -f is specified
5+
- doc: remove Loop.walk from documentation
6+
- build: fix sdist on Windows
7+
- test: fix process tests on Windows
8+
- core: raised libuv version to 1.0.2
9+
110
Version 1.0.0
211
=============
312
- dns: move getaddrinfo and getnameinfo to a 'dns' submodule

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from setup_libuv import libuv_build_ext, libuv_sdist
1010

1111

12-
__version__ = "1.0.0"
12+
__version__ = "1.0.1"
1313

1414
setup(name = "pyuv",
1515
version = __version__,

0 commit comments

Comments
 (0)