Skip to content

Commit

Permalink
Bump version to 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Unrud committed Jun 6, 2020
1 parent bf6bc3a commit 46b1fd4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

1 comment on commit 46b1fd4

@ckujau
Copy link

@ckujau ckujau commented on 46b1fd4 Jun 6, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

6 new releases in the last 3 weeks - whooha! Glad to see that Radicale is still maintained, even actively worked on! 👍

Please sign in to comment.