mirror of https://github.com/mahmoud/boltons.git
changelog for 23.1.1
This commit is contained in:
parent
d82ecc4503
commit
9005642440
|
@ -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)*
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue