diff --git a/NEWS.md b/NEWS.md index 7e4e90079..7fc370a1f 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 905fe867f..204e065f2 100755 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ # 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",