Skip to content

Commit

Permalink
v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tamland committed Jul 2, 2014
1 parent 9c84dc5 commit 93ff1da
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions changelog.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@

API changes
-----------

0.8.0
++++++

- ``DirectorySnapshot``: methods returning internal stat info replaced by
``mtime``, ``inode`` and ``path`` methods.
- ``DirectorySnapshot``:``walker_callback`` parameter deprecated.
2 changes: 1 addition & 1 deletion docs/source/global.rst.inc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
.. |author_email| replace:: yesudeep@gmail.com
.. |copyright| replace:: Copyright 2012 Google, Inc.
.. |project_name| replace:: ``watchdog``
.. |project_version| replace:: 0.7.1
.. |project_version| replace:: 0.8.0

.. _issue tracker: http://github.com/gorakhargosh/watchdog/issues
.. _code repository: http://github.com/gorakhargosh/watchdog
Expand Down
4 changes: 2 additions & 2 deletions src/watchdog/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
# When updating this version number, please update the
# ``docs/source/global.rst.inc`` file as well.
VERSION_MAJOR = 0
VERSION_MINOR = 7
VERSION_BUILD = 1
VERSION_MINOR = 8
VERSION_BUILD = 0
VERSION_INFO = (VERSION_MAJOR, VERSION_MINOR, VERSION_BUILD)
VERSION_STRING = "%d.%d.%d" % VERSION_INFO

Expand Down

0 comments on commit 93ff1da

Please sign in to comment.