Skip to content

Commit

Permalink
Prep for v1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jdillard committed Dec 13, 2019
1 parent cdd586f commit 02bbe94
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ latest

*Release date: TBD*

1.1.0
-----

*Release date: 2019-12-12*

* Add support for `DirectoryHTMLBuilder`.
* Remove unused `HTMLTranslator` import.
* Make `version` and `language` config values each optional.
* Add license to **setup.py**.
* Mark unsafe for parallel reading.
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/v1.0.2.tar.gz",
download_url="https://github.com/jdillard/sphinx-sitemap/archive/v1.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__ = '1.0.2'
__version__ = '1.1.0'

0 comments on commit 02bbe94

Please sign in to comment.