We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1224613 commit dfaa08eCopy full SHA for dfaa08e
CHANGES.rst
@@ -1,6 +1,11 @@
1
CHANGES
2
=======
3
4
+1.21.0 (2020-02-11)
5
+-------------------
6
+
7
+- Fixed handling of files inside export-ignore directories (#78)
8
9
1.20.0 (2019-11-07)
10
-------------------
11
git_archive_all.py
@@ -32,7 +32,7 @@
32
import sys
33
import re
34
35
-__version__ = "1.20.0"
+__version__ = "1.21.0"
36
37
38
try:
0 commit comments