We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de49b6e commit 3985a2dCopy full SHA for 3985a2d
CHANGELOG.md
@@ -1,5 +1,5 @@
1
-v1.2.0 (in development)
2
------------------------
+v1.2.0 (2023-09-23)
+-------------------
3
- Update pydantic to v2.0
4
5
v1.1.0 (2023-02-19)
docs/changelog.rst
@@ -3,8 +3,8 @@
Changelog
=========
6
7
8
9
10
src/pypi_simple/__init__.py
@@ -14,7 +14,7 @@
14
for more information.
15
"""
16
17
-__version__ = "1.2.0.dev1"
+__version__ = "1.2.0"
18
__author__ = "John Thorvald Wodder II"
19
__author_email__ = "[email protected]"
20
__license__ = "MIT"
0 commit comments