changelog for 23.1.1

This commit is contained in:
Mahmoud Hashemi 2023-11-01 00:06:00 -07:00
parent d82ecc4503
commit 9005642440
2 changed files with 7 additions and 1 deletions

View File

@ -6,6 +6,12 @@ for an average of one 33-commit release about every 9 weeks. Versions
are named according to the [CalVer](https://calver.org) versioning
scheme (`YY.MINOR.MICRO`).
23.1.1
------
*(November 1, 2023)*
Tiny release to include more test files in the sdist (source distribution) on PyPI.
23.1.0
------
*(October 31, 2023)*

View File

@ -101,7 +101,7 @@ copyright = u'2023, Mahmoud Hashemi'
author = u'Mahmoud Hashemi'
version = '23.1'
release = '23.1.0'
release = '23.1.1'
if os.name != 'nt':
today_fmt = '%B %d, %Y'