From f157ea107f7c18ab9fc3161706162db4f58b6450 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Wed, 11 Oct 2017 11:52:16 -0400 Subject: [PATCH] Release version 0.14.0 --- CHANGES.rst | 14 ++++++++++++++ github_backup/__init__.py | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 05b182f..e04acfd 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,20 @@ Changelog ========= +0.14.0 (2017-10-11) +------------------- + +- Added a check to see if git-lfs is installed when doing an LFS clone. + [pieterclaerhout] + +- Added support for LFS clones. [pieterclaerhout] + +- Add pypi info to readme. [Albert Wang] + +- Explicitly support python 3 in package description. [Albert Wang] + +- Add couple examples to help new users. [Yusuf Tran] + 0.13.2 (2017-05-06) ------------------- diff --git a/github_backup/__init__.py b/github_backup/__init__.py index 1139861..ef91994 100644 --- a/github_backup/__init__.py +++ b/github_backup/__init__.py @@ -1 +1 @@ -__version__ = '0.13.2' +__version__ = '0.14.0'