Skip to content

Commit

Permalink
prep for version 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgsavage committed Jul 13, 2024
1 parent fcd41c2 commit c97cd8b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@ pint-pandas Changelog
=====================


ongoing (2024-xx-xx)
0.6.1 (2024-07-13)
--------------------

- Support for pandas version 3.0
- Fix pandas eval function (needs pandas>=3 to work) #137


0.6 (2024-06-16)
----------------

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ classifiers = [
requires-python = ">=3.9"
dynamic = ["version"] # Version is taken from git tags using setuptools_scm
dependencies = [
"pint>=0.21",
"pandas>=1.5"
"pint>=0.24",
"pandas>=2.2"
]

[tool.setuptools.package-data]
Expand Down

0 comments on commit c97cd8b

Please sign in to comment.