Skip to content

Commit f09e8a5

Browse files
committed
Release 2.2
1 parent 90f619d commit f09e8a5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

TM1py/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@
7474
from TM1py.Services.ViewService import ViewService
7575
from TM1py.Utils import Utils
7676

77-
__version__ = "2.1"
77+
__version__ = "2.2"

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@
5959
# built documents.
6060
#
6161
# The short X.Y version.
62-
version = "2.1"
62+
version = "2.2"
6363
# The full version, including alpha/beta/rc tags.
64-
release = "2.1"
64+
release = "2.2"
6565

6666
# The language for content autogenerated by Sphinx. Refer to documentation
6767
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup
22

3-
SCHEDULE_VERSION = "2.1"
3+
SCHEDULE_VERSION = "2.2"
44
SCHEDULE_DOWNLOAD_URL = "https://github.com/Cubewise-code/TM1py/tarball/" + SCHEDULE_VERSION
55

66
with open("README.md", "r") as f:

0 commit comments

Comments
 (0)