Skip to content

Commit 2e44cab

Browse files
committed
Release 2.4.2
Also adds version info for post-svn releases
1 parent ab5a867 commit 2e44cab

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

release_history.py

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,15 @@
5454
Tag('2.1.0', '2366', '20170806'),
5555
Tag('2.2.0', '2497', '20180714'),
5656
Tag('2.2.1', '2517', '20181221'),
57-
Tag('2.3', '2531', '20190112'))
57+
Tag('2.3', '2531', '20190112'),
58+
# git migration
59+
Tag('2.3.1', '', '20190220'),
60+
Tag('2.3.2', '', '20190618'),
61+
Tag('2.3.3', '', '20200402'),
62+
Tag('2.4.0', '', '20200730'),
63+
Tag('2.4.1', '', '20200915'),
64+
Tag('2.4.2', '', '20201116'),
65+
)
5866

5967

6068
release_version = releases[-1].version

0 commit comments

Comments
 (0)