Skip to content

Commit 92f9f81

Browse files
v2.5.0 (#125)
1 parent ee6dc7b commit 92f9f81

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

docs/source/changelog.rst

+11-3
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,22 @@
22
Changelog
33
=========
44

5-
Future Release
6-
==============
5+
.. Future Release
6+
==============
77
* Enhancements
8+
* Fixes
9+
* Changes
10+
* Documentation Changes
11+
* Testing Changes
12+
13+
.. Thanks to the following people for contributing to this release:
14+
15+
v2.5.0 Apr 7, 2022
16+
==================
817
* Fixes
918
* Fix ``NumUniqueSeparators`` to allow for serialization and deserialization (:pr:`122`)
1019
* Changes
1120
* Speed up LSA primitive initialization (:pr:`118`)
12-
* Documentation Changes
1321
* Testing Changes
1422
* Fix install test and update Makefile (:pr:`123`)
1523

nlp_primitives/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# flake8: noqa
22
import nltk.data
33

4-
__version__ = '2.4.0'
4+
__version__ = '2.5.0'
55
from importlib.util import find_spec
66

77
import pkg_resources

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
setup(
1818
name='nlp_primitives',
19-
version='2.4.0',
19+
version='2.5.0',
2020
author='Alteryx, Inc.',
2121
author_email='[email protected]',
2222
classifiers=[

0 commit comments

Comments
 (0)