Skip to content

Commit 9bbb68a

Browse files
committed
Bump version number.
1 parent 09a75c9 commit 9bbb68a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
CHANGES
22
=======
33

4+
1.23.0 (2021-01-29)
5+
-------------------
6+
7+
- List of submodules is retrieved via git instead of parsing .gitmodules. See #85
8+
49
1.22.0 (2020-08-04)
510
-------------------
611

git_archive_all.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
import sys
3333
import re
3434

35-
__version__ = "1.22.0"
35+
__version__ = "1.23.0"
3636

3737

3838
try:

0 commit comments

Comments
 (0)