diff options
author | Joey Hess <joeyh@joeyh.name> | 2017-03-21 13:46:20 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2017-03-21 13:46:20 -0400 |
commit | 5ddd1597e68ef5eb966d0ae9034b253f64907fa6 (patch) | |
tree | 5b6e587a358a5e47a2d8f6d0eb0fe20cde18644d | |
parent | eb920f1a42df6991a5975fa3f31062f6eb924166 (diff) |
releasing package git-annex version 6.201703216.20170321
-rw-r--r-- | CHANGELOG | 4 | ||||
-rw-r--r-- | git-annex.cabal | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -git-annex (6.20170301.2) UNRELEASED; urgency=medium +git-annex (6.20170321) unstable; urgency=medium * Bugfix: Passing a command a filename that does not exist sometimes did not display an error, when a path to a directory was also passed. @@ -27,7 +27,7 @@ git-annex (6.20170301.2) UNRELEASED; urgency=medium * sync --content-of=path (-C path) added for when you want to sync only some files' contents, not the whole working tree. - -- Joey Hess <id@joeyh.name> Thu, 02 Mar 2017 12:51:40 -0400 + -- Joey Hess <id@joeyh.name> Tue, 21 Mar 2017 11:27:38 -0400 git-annex (6.20170301.1) unstable; urgency=medium diff --git a/git-annex.cabal b/git-annex.cabal index 4cf17b770..db868d158 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -1,5 +1,5 @@ Name: git-annex -Version: 6.20170301.1 +Version: 6.20170321 Cabal-Version: >= 1.8 License: GPL-3 Maintainer: Joey Hess <id@joeyh.name> |