Bump for release

This commit is contained in:
Paul Moore 2023-04-26 10:18:28 +01:00
parent bc7621aaf8
commit 3fe7e54fce
3 changed files with 10 additions and 2 deletions

View File

@ -9,6 +9,15 @@
.. towncrier release notes start
23.1.2 (2023-04-26)
===================
Vendored Libraries
------------------
- Upgrade setuptools to 67.7.2
23.1.1 (2023-04-22)
===================

View File

@ -1 +0,0 @@
Upgrade setuptools to 67.7.2

View File

@ -1,6 +1,6 @@
from typing import List, Optional
__version__ = "23.2.dev0"
__version__ = "23.1.2"
def main(args: Optional[List[str]] = None) -> int: