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 09a75c9 commit 9bbb68aCopy full SHA for 9bbb68a
CHANGES.rst
@@ -1,6 +1,11 @@
1
CHANGES
2
=======
3
4
+1.23.0 (2021-01-29)
5
+-------------------
6
+
7
+- List of submodules is retrieved via git instead of parsing .gitmodules. See #85
8
9
1.22.0 (2020-08-04)
10
-------------------
11
git_archive_all.py
@@ -32,7 +32,7 @@
32
import sys
33
import re
34
35
-__version__ = "1.22.0"
+__version__ = "1.23.0"
36
37
38
try:
0 commit comments