File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ VERSION HISTORY
33This file records version-to-version changes in the VIS Framework. The most recent versions are at
44the top of the file.
55
6+ * 2.4.2:
7+ - Major documentation update.
8+
69* 2.4.1:
710 - Cosmetic changes to more closely comply with Python coding conventions.
811
@@ -102,4 +105,4 @@ the top of the file.
102105 - minor change so vis-framework will install successfully with pip
103106* 1.0.0:
104107 - 2014/03/24 at 01h17 (commit 2ccf5f142b7f75b8fbda82bb6bb29ef071010c5b)
105- - initial release on PyPI (the Python Package Index)
108+ - initial release on PyPI (the Python Package Index)
Original file line number Diff line number Diff line change 11_MAJOR = 2
22_MINOR = 4
3- _PATCH = 1
3+ _PATCH = 2
44__version__ = '{}.{}.{}' .format (_MAJOR , _MINOR , _PATCH )
You can’t perform that action at this time.
0 commit comments