diff options
-rw-r--r-- | CHANGELOG | 4 | ||||
-rw-r--r-- | git-annex.cabal | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1,4 +1,4 @@ -git-annex (6.20170322) UNRELEASED; urgency=medium +git-annex (6.20170510) unstable; urgency=medium * When a http remote does not expose an annex.uuid config, only warn about it once, not every time git-annex is run. @@ -26,7 +26,7 @@ git-annex (6.20170322) UNRELEASED; urgency=medium a single key-value backend, rather than the unncessary and confusing list. The old option still works if set. - -- Joey Hess <id@joeyh.name> Wed, 29 Mar 2017 12:41:46 -0400 + -- Joey Hess <id@joeyh.name> Wed, 10 May 2017 15:05:22 -0400 git-annex (6.20170321) unstable; urgency=medium diff --git a/git-annex.cabal b/git-annex.cabal index d5db26290..48b2d6793 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -1,11 +1,11 @@ Name: git-annex -Version: 6.20170321 +Version: 6.20170510 Cabal-Version: >= 1.8 License: GPL-3 Maintainer: Joey Hess <id@joeyh.name> Author: Joey Hess Stability: Stable -Copyright: 2010-2016 Joey Hess +Copyright: 2010-2017 Joey Hess License-File: COPYRIGHT Homepage: http://git-annex.branchable.com/ Build-type: Custom |