Set version to 1.1
authorKeith Packard <keithp@keithp.com>
Thu, 15 Aug 2013 14:15:24 +0000 (16:15 +0200)
committerKeith Packard <keithp@keithp.com>
Thu, 15 Aug 2013 14:15:53 +0000 (16:15 +0200)
Signed-off-by: Keith Packard <keithp@keithp.com>
calypso.1
calypso/__init__.py

index 533ad0cdbcb66b89288045de7742bbadc25c153a..8919da926005d62c005892501620d92e0e625779 100644 (file)
--- a/calypso.1
+++ b/calypso.1
@@ -1,4 +1,4 @@
-.TH CALYPSO "1" "August 2013" "calypso 0.5" "User Commands"
+.TH CALYPSO "1" "August 2013" "calypso 1.1" "User Commands"
 .SH NAME
 calypso \- CalDAV/CardDAV server with git storage
 .SH SYNOPSIS
index bbee8c84369dfffd487ae303b14ccf958892fb99..4a061ca0e3c444ee8592adbb1fa0ee42b5fa90d7 100644 (file)
@@ -61,7 +61,7 @@ formatter = logging.Formatter("%(message)s")
 ch.setFormatter (formatter)
 log.addHandler(ch)
 
-VERSION = "0.5"
+VERSION = "1.1"
 
 def _check(request, function):
     """Check if user has sufficient rights for performing ``request``."""