We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8454ce9 commit acdd159Copy full SHA for acdd159
CHANGELOG.md
@@ -1,6 +1,9 @@
1
# Changelog
2
3
## [Unreleased]
4
+
5
+## [v0.26.0] - 2023-09-18
6
7
- [ENH] `clean_names` can now be applied to column values. Issue #995 @samukweku
8
- [BUG] Fix ImportError - Issue #1285 @samukweku
9
@@ -342,7 +345,9 @@ We thank all contributors
342
345
who have helped make `pyjanitor`
343
346
the package that it is today.
344
347
-[Unreleased]: https://github.com/pyjanitor-devs/pyjanitor/compare/v0.25.0...HEAD
348
+[Unreleased]: https://github.com/pyjanitor-devs/pyjanitor/compare/v0.26.0...HEAD
349
350
+[v0.26.0]: https://github.com/pyjanitor-devs/pyjanitor/compare/v0.25.0...v0.26.0
351
352
[v0.25.0]: https://github.com/pyjanitor-devs/pyjanitor/compare/v0.24.0...v0.25.0
353
0 commit comments