Skip to content

Commit bcb9d9e

Browse files
prepare release 2.5.1.post0
1 parent b71c58d commit bcb9d9e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
unreleased
22
==========
33

4+
v2.5.1.post0
5+
============
6+
* fix pypi sdist
7+
48
v2.5.1
5-
==========
9+
======
610
* Added base class for contrast coding schemes in order to make them more maintainable
711
* Added hierarchical column feature in target encoder
812
* Fixed maximum recursion depth bug in hashing encoder

category_encoders/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
from category_encoders.glmm import GLMMEncoder
2626
from category_encoders.quantile_encoder import QuantileEncoder, SummaryEncoder
2727

28-
__version__ = '2.5.1'
28+
__version__ = '2.5.1.post0'
2929

3030
__author__ = "willmcginnis", "cmougan", "paulwestenthanner"
3131

0 commit comments

Comments
 (0)