We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a129cc7 commit f157ea1Copy full SHA for f157ea1
CHANGES.rst
@@ -1,6 +1,20 @@
1
Changelog
2
=========
3
4
+0.14.0 (2017-10-11)
5
+-------------------
6
+
7
+- Added a check to see if git-lfs is installed when doing an LFS clone.
8
+ [pieterclaerhout]
9
10
+- Added support for LFS clones. [pieterclaerhout]
11
12
+- Add pypi info to readme. [Albert Wang]
13
14
+- Explicitly support python 3 in package description. [Albert Wang]
15
16
+- Add couple examples to help new users. [Yusuf Tran]
17
18
0.13.2 (2017-05-06)
19
-------------------
20
github_backup/__init__.py
@@ -1 +1 @@
-__version__ = '0.13.2'
+__version__ = '0.14.0'
0 commit comments