diff --git a/CHANGELOG.md b/CHANGELOG.md index 09481cd..9e76eb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ latest *Release date: TBD* +2.1.0 +----- + +*Release date: 2020-02-22* + * Make sure the regional variants for the `hreflang` attribute are valid [#19](https://github.com/jdillard/sphinx-sitemap/issues/19). diff --git a/setup.py b/setup.py index f5c33d4..0c3d941 100644 --- a/setup.py +++ b/setup.py @@ -21,6 +21,6 @@ install_requires=['six', 'sphinx >= 1.2'], url="https://github.com/jdillard/sphinx-sitemap", license='MIT', - download_url="https://github.com/jdillard/sphinx-sitemap/archive/v2.0.0.tar.gz", + download_url="https://github.com/jdillard/sphinx-sitemap/archive/v2.1.0.tar.gz", packages=['sphinx_sitemap'], ) diff --git a/sphinx_sitemap/version.py b/sphinx_sitemap/version.py index afced14..a33997d 100644 --- a/sphinx_sitemap/version.py +++ b/sphinx_sitemap/version.py @@ -1 +1 @@ -__version__ = '2.0.0' +__version__ = '2.1.0'