summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-08-13 16:23:29 +0300
committerLars Wirzenius <liw@liw.fi>2016-08-14 10:04:12 +0300
commit117cffa795a8a5ca7940a0e8d1252f006c32ff99 (patch)
treedea65c6c795919bf97efa99f8d07d7836ce33d1c
parent092d8930a6d16ba77d7f8b5122bf781d281a6335 (diff)
downloadobnam-117cffa795a8a5ca7940a0e8d1252f006c32ff99.tar.gz
Bump GA version to alert of incompatible changes
-rw-r--r--obnamlib/fmt_ga/format.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/obnamlib/fmt_ga/format.py b/obnamlib/fmt_ga/format.py
index 046187a8..5314ac53 100644
--- a/obnamlib/fmt_ga/format.py
+++ b/obnamlib/fmt_ga/format.py
@@ -19,7 +19,7 @@
import obnamlib
-GREEN_ALBATROSS_VERSION = 'green-albatross-20160718'
+GREEN_ALBATROSS_VERSION = 'green-albatross-20160813'
class RepositoryFormatGA(obnamlib.RepositoryDelegator):