Skip to content

Commit aa63f2e

Browse files
committed
Version bump
1 parent 00d1aa7 commit aa63f2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gallery/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from os import environ as env
22

3-
__version__ = "2.1.0"
3+
__version__ = "2.1.1"
44

55
BUILD_REFERENCE = env.get("OPENSHIFT_BUILD_REFERENCE")
66
COMMIT_HASH = env.get("OPENSHIFT_BUILD_COMMIT")

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ summary = Python Photo Gallery Written in Flask
66
url = "https://github.com/ComputerScienceHouse/gallery"
77
description-file = README.md
88
license = MIT
9-
version = 2.0.5
9+
version = 2.1.1
1010
classifier =
1111
Natural Language :: English
1212
Operating System :: POSIX :: Linux

0 commit comments

Comments
 (0)