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 ac5dfdc commit 6d3ce8aCopy full SHA for 6d3ce8a
CHANGELOG.md
@@ -2,6 +2,9 @@
2
3
<!--next-version-placeholder-->
4
5
+## v1.0.12 (2022-06-23)
6
+
7
8
## v1.0.11 (2022-06-23)
9
10
people_directory/__init__.py
@@ -5,7 +5,7 @@
# is zero for an official release, positive for a development branch,
# or negative for a release candidate or beta (after the base version
# number has been incremented)
-__version__ = "1.0.11"
+__version__ = "1.0.12"
version_info = (
int(__version__.split(".")[0]),
11
int(__version__.split(".")[1]),
0 commit comments