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

Commit 3e2a053

Browse files
committed
core: raised version and updated changelog
1 parent 3abaea2 commit 3e2a053

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version 1.0.0
2+
=============
3+
- dns: move getaddrinfo and getnameinfo to a 'dns' submodule
4+
- doc: updated documentation
5+
- core: raised libuv version to 1.0.1
6+
17
Version 1.0.0.dev1
28
==================
39
- fs: add pyuv.fs.access function

setup.py

Lines changed: 1 addition & 1 deletion
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.dev1"
12+
__version__ = "1.0.0"
1313

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

0 commit comments

Comments
 (0)