diff --git a/README.rst b/README.rst index 850b469..4215187 100644 --- a/README.rst +++ b/README.rst @@ -169,8 +169,8 @@ Changelog .. scriv-start-here -Unreleased ----------- +2.1.0 — 2023-07-05 +------------------ - Implicit .netrc authentication stopped working, but has been fixed. Thanks, `Rob Weir `_. diff --git a/src/watchgha/__init__.py b/src/watchgha/__init__.py index 8c0d5d5..9aa3f90 100644 --- a/src/watchgha/__init__.py +++ b/src/watchgha/__init__.py @@ -1 +1 @@ -__version__ = "2.0.0" +__version__ = "2.1.0"