summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2018-06-09 12:04:13 +0100
committerNikolaus Rath <Nikolaus@rath.org>2018-06-09 12:04:13 +0100
commite46598fb2bd8164011a77ce639fac310347e95c9 (patch)
tree80c948ddfe4a139ba24624153f2e8978818d8a58 /src
parentb7e76f8e5aff882ee6abd4e5f18acfd1a4c8b7b3 (diff)
Import s3ql_2.27.1+dfsg.orig.tar.bz2
Diffstat (limited to 'src')
-rw-r--r--src/s3ql.egg-info/PKG-INFO2
-rw-r--r--src/s3ql/__init__.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/s3ql.egg-info/PKG-INFO b/src/s3ql.egg-info/PKG-INFO
index 312f07e..530b62a 100644
--- a/src/s3ql.egg-info/PKG-INFO
+++ b/src/s3ql.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: s3ql
-Version: 2.27
+Version: 2.27.1
Summary: a full-featured file system for online data storage
Home-page: https://bitbucket.org/nikratio/s3ql/
Author: Nikolaus Rath
diff --git a/src/s3ql/__init__.py b/src/s3ql/__init__.py
index c74e7df..9a21c06 100644
--- a/src/s3ql/__init__.py
+++ b/src/s3ql/__init__.py
@@ -22,7 +22,7 @@ __all__ = [ 'adm', 'backends', 'block_cache', 'common', 'calc_mro',
'REV_VER_MAP', 'RELEASE', 'BUFSIZE',
'CTRL_NAME', 'CTRL_INODE' ]
-VERSION = '2.27'
+VERSION = '2.27.1'
RELEASE = '%s' % VERSION
# TODO: On next revision bump, remove upgrade code from backend/comprenc.py and