Release version 0.14.0

This commit is contained in:
Jose Diaz-Gonzalez
2017-10-11 11:52:16 -04:00
parent a129cc759a
commit 0d0c043664
2 changed files with 15 additions and 1 deletions

View File

@@ -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)
-------------------

View File

@@ -1 +1 @@
__version__ = '0.13.2'
__version__ = '0.14.0'