Corrected the year on the release_history.py of 2.6.2

LT1AB
Bryan Marfito 2023-01-18 22:12:55 +08:00 committed by GitHub
parent 6ea460f6de
commit d057ff42e4
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'),
)