diff --git a/NEWS.md b/NEWS.md index ed627494..42f6100a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,13 @@ News ==== +2.1.11 - Wild Radish +-------------------- + +This release is compatible with version 2.0.0. + +* Fix moving items between collections + 2.1.10 - Wild Radish -------------------- diff --git a/setup.py b/setup.py index 1fb77637..8bc1de51 100644 --- a/setup.py +++ b/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 # added too. -VERSION = "2.1.10" +VERSION = "2.1.11" WEB_FILES = ["web/css/icon.png", "web/css/main.css", "web/fn.js", "web/index.html"]