From 933fc0a137a573815dd54ed58a82c0a4c7be00ff Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Sun, 3 Jan 2021 12:36:11 +0000 Subject: [PATCH] Released 3.7.0 --- AUTHORS | 3 +++ Changes.txt | 2 +- src/s3ql/__init__.py | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index 60e3d29c4..ebe543245 100644 --- a/AUTHORS +++ b/AUTHORS @@ -8,11 +8,13 @@ Contributors The following people have contributed patches to S3QL (autogenerated list): + amvoegeli <55159422+amvoegeli@users.noreply.github.com> Andrew Chambers andrewchambers Aurelio <19254254+panslothda@users.noreply.github.com> Cedric Nelson +Charles Cooper convert-repo cschlick Daniel Jagszent @@ -23,6 +25,7 @@ Erick Brown greemo Ionuț Ciocîrlan iphydf +Ivan Shapovalov Jonas Lippuner Josua Hunziker Konstantin diff --git a/Changes.txt b/Changes.txt index 0090933f6..765bedee8 100644 --- a/Changes.txt +++ b/Changes.txt @@ -1,4 +1,4 @@ -UNRELEASED CHANGES +2021-01-03, S3Ql 3.7.0 * S3QL now supports newer AWS S3 regions like eu-south-1. diff --git a/src/s3ql/__init__.py b/src/s3ql/__init__.py index da17564fb..e5d6debd1 100644 --- a/src/s3ql/__init__.py +++ b/src/s3ql/__init__.py @@ -38,7 +38,7 @@ from pyfuse3 import ROOT_INODE -VERSION = '3.6.0' +VERSION = '3.7.0' RELEASE = '%s' % VERSION # TODO: On next revision bump, remove upgrade code from backend/comprenc.py and