Skip to content

Commit 0971216

Browse files
committed
FIX: version info and revision history not set
1 parent 7ec637b commit 0971216

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

VERSION_HISTORY.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ VERSION HISTORY
33
This file records version-to-version changes in the VIS Framework. The most recent versions are at
44
the 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)

vis/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
_MAJOR = 2
22
_MINOR = 4
3-
_PATCH = 1
3+
_PATCH = 2
44
__version__ = '{}.{}.{}'.format(_MAJOR, _MINOR, _PATCH)

0 commit comments

Comments
 (0)