Skip to content

Commit 3d592f0

Browse files
author
Alexander Morgan
committed
Release 2.4.1
1 parent 1982b0f commit 3d592f0

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

VERSION_HISTORY.md

Lines changed: 3 additions & 0 deletions
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.1:
7+
- Cosmetic changes to more closely comply with Python coding conventions.
8+
69
* 2.4.0:
710
- Deprecates n-gram indexer.
811
- Adds new_ngram indexer and accompanying tests.

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 = 0
3+
_PATCH = 1
44
__version__ = '{}.{}.{}'.format(_MAJOR, _MINOR, _PATCH)

0 commit comments

Comments
 (0)