Skip to content

Commit

Permalink
Prep for v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jdillard committed Feb 23, 2020
1 parent dda552b commit f4e4092
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
)
2 changes: 1 addition & 1 deletion sphinx_sitemap/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.0.0'
__version__ = '2.1.0'

0 comments on commit f4e4092

Please sign in to comment.