Skip to content

Commit

Permalink
Prep for v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jdillard committed Aug 6, 2020
1 parent 46d9361 commit 85019fb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Changelog
=========

latest
2.2.0
------

*Release date: TBD*
*Release date: 2020-08-05*

* Add `parallel_write_safe` flag and set to `False`
* Add `parallel_write_safe` flag and set to `False`
[#20](https://github.com/jdillard/sphinx-sitemap/issues/20).
* Add `sitemap_locales` config value that creates an allow list of locales
[#25](https://github.com/jdillard/sphinx-sitemap/pull/25).
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.1.0.tar.gz",
download_url="https://github.com/jdillard/sphinx-sitemap/archive/v2.2.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.1.0'
__version__ = '2.2.0'

0 comments on commit 85019fb

Please sign in to comment.