Bump version to 2.1.9
This commit is contained in:
parent
8b1547cbe5
commit
16efa357a2
11
NEWS.md
11
NEWS.md
@ -1,6 +1,17 @@
|
|||||||
News
|
News
|
||||||
====
|
====
|
||||||
|
|
||||||
|
2.1.9 - Wild Radish
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
* Specify versions for dependencies
|
||||||
|
* Move WSGI initialization into module
|
||||||
|
* Check if ``REPORT`` method is actually supported
|
||||||
|
* Include ``rights`` file in source distribution
|
||||||
|
* Specify ``md5`` and ``bcrypt`` as extras
|
||||||
|
* Improve logging messages
|
||||||
|
* Windows: Fix crash when item path is a directory
|
||||||
|
|
||||||
2.1.8 - Wild Radish
|
2.1.8 - Wild Radish
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
2
setup.py
2
setup.py
@ -41,7 +41,7 @@ from setuptools import setup
|
|||||||
|
|
||||||
# When the version is updated, a new section in the NEWS.md file must be
|
# When the version is updated, a new section in the NEWS.md file must be
|
||||||
# added too.
|
# added too.
|
||||||
VERSION = "2.1.8"
|
VERSION = "2.1.9"
|
||||||
WEB_FILES = ["web/css/icon.png", "web/css/main.css", "web/fn.js",
|
WEB_FILES = ["web/css/icon.png", "web/css/main.css", "web/fn.js",
|
||||||
"web/index.html"]
|
"web/index.html"]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user