Skip to content

Commit

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

* 3.0.1:
-Fixed 'requests' library requirement.
-Disabled test cases that depend on external DB.

* 3.0.0:
-Iterative caching of most indexer results run on any given indexed_piece object
-Optimized application of indexer_functions resulting in large indexing speed boost
Expand Down Expand Up @@ -117,4 +121,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 = 3
_MINOR = 0
_PATCH = 0
_PATCH = 1
__version__ = '{}.{}.{}'.format(_MAJOR, _MINOR, _PATCH)

0 comments on commit 4c424f6

Please sign in to comment.