diff --git a/Changes.txt b/Changes.txt index 437bf032c..cb5bebcd3 100644 --- a/Changes.txt +++ b/Changes.txt @@ -1,4 +1,4 @@ -UNRELEASED CHANGES +2018-11-06, S3QL 2.32 * Fixed a potential bug in s3qlrm that would probably lead to a filesystem crash (hasn't actually been observed though). diff --git a/src/s3ql/__init__.py b/src/s3ql/__init__.py index 2dd811219..206590100 100644 --- a/src/s3ql/__init__.py +++ b/src/s3ql/__init__.py @@ -38,7 +38,7 @@ from llfuse import ROOT_INODE -VERSION = '2.31' +VERSION = '2.32' RELEASE = '%s' % VERSION # TODO: On next revision bump, remove upgrade code from backend/comprenc.py and