Skip to content

Commit d9735f1

Browse files
author
GitHub Bot
committed
Update CHANGELOG for auto-release v0.23.1
1 parent 11fa282 commit d9735f1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [v0.23.1] - 2022-05-03
6+
57
- [DOC] Updated `fill.py` and `update_where.py` documentation with working examples.
68
- [ENH] Deprecate `num_bins` from `bin_numeric` in favour of `bins`, and allow generic `**kwargs` to be passed into `pd.cut`. Issue #969. @thatlittleboy
79
- [ENH] Fix `concatenate_columns` not working on category inputs @zbarry
@@ -286,7 +288,9 @@ We thank all contributors
286288
who have helped make `pyjanitor`
287289
the package that it is today.
288290

289-
[Unreleased]: https://github.com/pyjanitor-devs/pyjanitor/compare/v0.22.0...HEAD
291+
[Unreleased]: https://github.com/pyjanitor-devs/pyjanitor/compare/v0.23.1...HEAD
292+
293+
[v0.23.1]: https://github.com/pyjanitor-devs/pyjanitor/compare/v0.22.0...v0.23.1
290294

291295
[v0.22.0]: https://github.com/pyjanitor-devs/pyjanitor/compare/v0.21.2...v0.22.0
292296

0 commit comments

Comments
 (0)