diff --git a/NEWS.md b/NEWS.md index 8206a12e..7bbd4cf9 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,6 @@ # News -## master +## 3.1.0 * Single `` element in PROPPATCH response * Allow multiple `` and `` elements diff --git a/setup.py b/setup.py index b7a789f5..70eb4f4b 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ from setuptools import find_packages, setup # When the version is updated, a new section in the NEWS.md file must be # added too. -VERSION = "3.0.6" +VERSION = "3.1.0" WEB_FILES = ["web/internal_data/css/icon.png", "web/internal_data/css/main.css", "web/internal_data/fn.js",