Skip to content

Commit

Permalink
Released 3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikratio committed Jan 3, 2021
1 parent c808426 commit 933fc0a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ Contributors

The following people have contributed patches to S3QL (autogenerated
list):

amvoegeli <[email protected]>
Andrew Chambers <[email protected]>
andrewchambers <[email protected]>
Aurelio <[email protected]>
Cedric Nelson <[email protected]>
Charles Cooper <[email protected]>
convert-repo <none@none>
cschlick <[email protected]>
Daniel Jagszent <[email protected]>
Expand All @@ -23,6 +25,7 @@ Erick Brown <[email protected]>
greemo <[email protected]>
Ionuț Ciocîrlan <[email protected]>
iphydf <[email protected]>
Ivan Shapovalov <[email protected]>
Jonas Lippuner <[email protected]>
Josua Hunziker <[email protected]>
Konstantin <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion Changes.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
UNRELEASED CHANGES
2021-01-03, S3Ql 3.7.0

* S3QL now supports newer AWS S3 regions like eu-south-1.

Expand Down
2 changes: 1 addition & 1 deletion src/s3ql/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 933fc0a

Please sign in to comment.