Skip to content

Commit 79804f5

Browse files
author
samuel.oranyeli
committed
Merge branch 'master' of github.com:pyjanitor-devs/pandas_flavor
2 parents 97f22c8 + 5e16670 commit 79804f5

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.6.0
2+
current_version = 0.7.0
33
commit = True
44
tag = True
55

CHANGELOG.md

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

33
## [Unreleased]
44

5+
## [v0.7.0] - 2025-04-11
6+
57
## [v0.6.0] - 2023-07-08
68

79
## [v0.5.0] - 2023-02-03
810

911
- [ENH] Enable callbacks for pandas DataFrame and Series accessors. (@asmirnov69)
1012

11-
[Unreleased]: https://github.com/pyjanitor-devs/pandas_flavor/compare/v0.6.0...HEAD
13+
[Unreleased]: https://github.com/pyjanitor-devs/pandas_flavor/compare/v0.7.0...HEAD
14+
15+
[v0.7.0]: https://github.com/pyjanitor-devs/pandas_flavor/compare/v0.6.0...v0.7.0
1216

1317
[v0.6.0]: https://github.com/pyjanitor-devs/pandas_flavor/compare/v0.5.0...v0.6.0
1418

pandas_flavor/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Version number."""
2-
__version__ = "0.6.0"
2+
__version__ = "0.7.0"

0 commit comments

Comments
 (0)