Skip to content

Commit

Permalink
FIX: version info and revision history not set
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbannon committed Sep 16, 2016
1 parent 7ec637b commit 0971216
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion VERSION_HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ VERSION HISTORY
This file records version-to-version changes in the VIS Framework. The most recent versions are at
the top of the file.

* 2.4.2:
- Major documentation update.

* 2.4.1:
- Cosmetic changes to more closely comply with Python coding conventions.

Expand Down Expand Up @@ -102,4 +105,4 @@ the top of the file.
- minor change so vis-framework will install successfully with pip
* 1.0.0:
- 2014/03/24 at 01h17 (commit 2ccf5f142b7f75b8fbda82bb6bb29ef071010c5b)
- initial release on PyPI (the Python Package Index)
- initial release on PyPI (the Python Package Index)
2 changes: 1 addition & 1 deletion vis/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
_MAJOR = 2
_MINOR = 4
_PATCH = 1
_PATCH = 2
__version__ = '{}.{}.{}'.format(_MAJOR, _MINOR, _PATCH)

0 comments on commit 0971216

Please sign in to comment.