Skip to content

Commit

Permalink
Release 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Morgan committed Mar 15, 2016
1 parent 1982b0f commit 3d592f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions 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.1:
- Cosmetic changes to more closely comply with Python coding conventions.

* 2.4.0:
- Deprecates n-gram indexer.
- Adds new_ngram indexer and accompanying tests.
Expand Down
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 = 0
_PATCH = 1
__version__ = '{}.{}.{}'.format(_MAJOR, _MINOR, _PATCH)

0 comments on commit 3d592f0

Please sign in to comment.