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 c44e888 commit e252b09Copy full SHA for e252b09
CHANGELOG.md
@@ -2,6 +2,9 @@
2
3
<!--next-version-placeholder-->
4
5
+## v1.0.11 (2022-06-23)
6
+
7
8
## v1.0.10 (2022-02-16)
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.10"
+__version__ = "1.0.11"
version_info = (
int(__version__.split(".")[0]),
11
int(__version__.split(".")[1]),
0 commit comments