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'