File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7474from TM1py .Services .ViewService import ViewService
7575from TM1py .Utils import Utils
7676
77- __version__ = "2.1 "
77+ __version__ = "2.2 "
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 11from setuptools import setup
22
3- SCHEDULE_VERSION = "2.1 "
3+ SCHEDULE_VERSION = "2.2 "
44SCHEDULE_DOWNLOAD_URL = "https://github.com/Cubewise-code/TM1py/tarball/" + SCHEDULE_VERSION
55
66with open ("README.md" , "r" ) as f :
You can’t perform that action at this time.
0 commit comments