From 46b1fd47ea3290fe2d2d2469a17d15952b2bc5bc Mon Sep 17 00:00:00 2001 From: Unrud Date: Sat, 6 Jun 2020 21:15:12 +0200 Subject: [PATCH] Bump version to 3.0.3 --- NEWS.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 7e4e9007..7fc370a1 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,9 @@ # News +## 3.0.3 + + * Fix internal server on OpenBSD + ## 3.0.2 * Use 403 response for supported-report and valid-sync-token errors diff --git a/setup.py b/setup.py index 905fe867..204e065f 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.2" +VERSION = "3.0.3" WEB_FILES = ["web/internal_data/css/icon.png", "web/internal_data/css/main.css", "web/internal_data/fn.js",