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 e274a98 commit 1f70ae3Copy full SHA for 1f70ae3
2 files changed
gallery/_version.py
@@ -1,6 +1,6 @@
1
from os import environ as env
2
3
-__version__ = "2.1.2"
+__version__ = "2.2.0"
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.1.2
+version = 2.2.0
10
classifier =
11
Natural Language :: English
12
Operating System :: POSIX :: Linux
0 commit comments