Skip to content

Commit f5fa2bf

Browse files
author
Jonas Obrist
committed
2.1.0 Final Release
1 parent c647c23 commit f5fa2bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cms/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
VERSION = (2, 1, 0, 'rc3')
2+
VERSION = (2, 1, 0, 'final')
33
if VERSION[-1] != "final": # pragma: no cover
44
__version__ = '.'.join(map(str, VERSION))
55
else: # pragma: no cover

0 commit comments

Comments
 (0)