Skip to content

Commit

Permalink
Release 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BoboTiG committed Jan 15, 2020
1 parent 6793588 commit 6c1c96a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Install from source:
$ python -m pip install -e .
# or to install the watchmedo utility:
$ python -m pip install -e .[watchmedo]
$ python -m pip install -e ".[watchmedo]"
Installation Caveats
Expand Down
2 changes: 1 addition & 1 deletion changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Changelog
0.10.0
~~~~~~

unreleased • `full history <https://github.com/gorakhargosh/watchdog/compare/v0.9.0...master>`__
2019-12-20 • `full history <https://github.com/gorakhargosh/watchdog/compare/v0.9.0...v0.10.0>`__

Breaking Changes
================
Expand Down
2 changes: 1 addition & 1 deletion src/watchdog/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# When updating this version number, please update the
# ``docs/source/global.rst.inc`` file as well.
VERSION_MAJOR = 0
VERSION_MINOR = 9
VERSION_MINOR = 10
VERSION_BUILD = 0
VERSION_INFO = (VERSION_MAJOR, VERSION_MINOR, VERSION_BUILD)
VERSION_STRING = "%d.%d.%d" % VERSION_INFO
Expand Down

1 comment on commit 6c1c96a

@Ajordat
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome work!

Please sign in to comment.