Skip to content

Commit 76be05c

Browse files
prepare release 2.6.2
1 parent d73479e commit 76be05c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
unreleased
22
==========
33

4+
v2.6.2
5+
======
6+
* fixed: issue 414 - broken link
7+
* fixed: issue 412 - timestamp types in ordinal encoder
8+
* fixed: `importlib` instead of `pkg_resources`
9+
410
v2.6.1
511
======
612
* added: ignore option for one-hot-encoding

category_encoders/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
from category_encoders.quantile_encoder import QuantileEncoder, SummaryEncoder
2929

3030

31-
__version__ = '2.6.1'
31+
__version__ = '2.6.2'
3232

3333
__author__ = "willmcginnis", "cmougan", "paulwestenthanner"
3434

0 commit comments

Comments
 (0)