Skip to content

Commit

Permalink
Bump the version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BoboTiG committed Dec 10, 2020
1 parent 954d363 commit 9a99a2f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion changelog.rst
Expand Up @@ -3,10 +3,18 @@
Changelog
---------

1.0.1
~~~~~

202x-xx-xx • `full history <https://github.com/gorakhargosh/watchdog/compare/v1.0.0...master>`__

- Thanks to our beloved contributors:


1.0.0
~~~~~

2021-12-10 • `full history <https://github.com/gorakhargosh/watchdog/compare/v0.10.4...v1.0.0>`__
2020-12-10 • `full history <https://github.com/gorakhargosh/watchdog/compare/v0.10.4...v1.0.0>`__

- Versioning is now following the `semver <https://semver.org/>`_
- Drop support for Python 2.7, 3.4 and 3.5
Expand Down
2 changes: 1 addition & 1 deletion docs/source/global.rst.inc
Expand Up @@ -4,7 +4,7 @@
.. |author_email| replace:: yesudeep@gmail.com
.. |copyright| replace:: Copyright 2012 Google, Inc & contributors.
.. |project_name| replace:: ``watchdog``
.. |project_version| replace:: 1.0.0
.. |project_version| replace:: 1.0.1

.. _issue tracker: http://github.com/gorakhargosh/watchdog/issues
.. _code repository: http://github.com/gorakhargosh/watchdog
Expand Down
2 changes: 1 addition & 1 deletion src/watchdog/version.py
Expand Up @@ -20,7 +20,7 @@
# ``docs/source/global.rst.inc`` file as well.
VERSION_MAJOR = 1
VERSION_MINOR = 0
VERSION_BUILD = 0
VERSION_BUILD = 1
VERSION_INFO = (VERSION_MAJOR, VERSION_MINOR, VERSION_BUILD)
VERSION_STRING = "%d.%d.%d" % VERSION_INFO

Expand Down

0 comments on commit 9a99a2f

Please sign in to comment.