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 9c56365 commit fd0a3baCopy full SHA for fd0a3ba
file_catalog/__init__.py
@@ -9,5 +9,5 @@
9
# is zero for an official release, positive for a development branch,
10
# or negative for a release candidate or beta (after the base version
11
# number has been incremented)
12
-__version__ = "1.7.15"
+__version__ = "1.7.16"
13
version_info = (int(__version__.split('.')[0]), int(__version__.split('.')[1]), int(__version__.split('.')[2]), 0)
0 commit comments