From 6ed3250c9d62275df5d6dc2353d2902fa49565b1 Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Fri, 28 Dec 2018 19:42:32 +0000 Subject: [PATCH] Released 2.33 --- Changes.txt | 2 +- src/s3ql/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Changes.txt b/Changes.txt index ec12e634d..525fadf6e 100644 --- a/Changes.txt +++ b/Changes.txt @@ -1,4 +1,4 @@ -UNRELEASED, S3QL master +2018-12-28, S3QL 2.33 * Fixed a sporadic test failure in t5_cache.py. diff --git a/src/s3ql/__init__.py b/src/s3ql/__init__.py index 206590100..86ebda5f1 100644 --- a/src/s3ql/__init__.py +++ b/src/s3ql/__init__.py @@ -38,7 +38,7 @@ from llfuse import ROOT_INODE -VERSION = '2.32' +VERSION = '2.33' RELEASE = '%s' % VERSION # TODO: On next revision bump, remove upgrade code from backend/comprenc.py and