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

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 2, 2014
1 parent 3abaea2 commit 3e2a053
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version 1.0.0
=============
- dns: move getaddrinfo and getnameinfo to a 'dns' submodule
- doc: updated documentation
- core: raised libuv version to 1.0.1

Version 1.0.0.dev1
==================
- fs: add pyuv.fs.access function
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from setup_libuv import libuv_build_ext, libuv_sdist


__version__ = "1.0.0.dev1"
__version__ = "1.0.0"

setup(name = "pyuv",
version = __version__,
Expand Down

0 comments on commit 3e2a053

Please sign in to comment.