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 00d1aa7 commit aa63f2eCopy full SHA for aa63f2e
gallery/_version.py
@@ -1,6 +1,6 @@
1
from os import environ as env
2
3
-__version__ = "2.1.0"
+__version__ = "2.1.1"
4
5
BUILD_REFERENCE = env.get("OPENSHIFT_BUILD_REFERENCE")
6
COMMIT_HASH = env.get("OPENSHIFT_BUILD_COMMIT")
setup.cfg
@@ -6,7 +6,7 @@ summary = Python Photo Gallery Written in Flask
url = "https://github.com/ComputerScienceHouse/gallery"
7
description-file = README.md
8
license = MIT
9
-version = 2.0.5
+version = 2.1.1
10
classifier =
11
Natural Language :: English
12
Operating System :: POSIX :: Linux
0 commit comments