From a239b3dcccc0745868722a1a8961c8cf235c2100 Mon Sep 17 00:00:00 2001 From: Unrud Date: Fri, 22 May 2020 16:33:06 +0200 Subject: [PATCH] Bump version to 3.0.1 --- NEWS.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 6f333298..a3eeed42 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,9 @@ # News +## 3.0.1 + + * Fix XML error messages + ## 3.0.0 This release is incompatible with previous releases. diff --git a/setup.py b/setup.py index e24943f5..3bcfd0cb 100755 --- a/setup.py +++ b/setup.py @@ -42,7 +42,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.0" +VERSION = "3.0.1" WEB_FILES = ["web/internal_data/css/icon.png", "web/internal_data/css/main.css", "web/internal_data/fn.js",