Merge pull request #650 from bjmarfito/patch-2

Corrected the year on the release_history.py of 2.6.2
LT1AB
Ryan Burns 2023-01-18 08:41:52 -08:00 committed by GitHub
commit a5e6623591
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ releases = (Tag('1.0.0', '739', '20120814'),
Tag('2.5.3', '', '20210823'),
Tag('2.6.0', '', '20220214'),
Tag('2.6.1', '', '20220811'),
Tag('2.6.2', '', '20220117'),
Tag('2.6.2', '', '20230117'),
)