Skip to content

Commit 37988a4

Browse files
committed
1.2.0
1 parent e16f5b0 commit 37988a4

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/release_notes/index.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,15 @@
44
Release notes
55
========================
66

7+
8+
ADD UNRELEASED CHANGES ABOVE THIS LINE
9+
10+
**v1.2.0 2025-01-02**
11+
712
- support for Numpy 2 added
813
- support for Python 3.13 added
914
- support for Python 3.8 removed
1015

11-
ADD UNRELEASED CHANGES ABOVE THIS LINE
1216

1317
**v1.1.0 2024-06-25**
1418

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"
66

77
[tool.poetry]
88
name = "piso"
9-
version = "1.1.0"
9+
version = "1.2.0"
1010
description = "Pandas Interval Set Operations: methods for set operations, analytics, lookups and joins on pandas' Interval, IntervalArray and IntervalIndex"
1111
readme = "README.md"
1212
authors = ["Riley Clement <[email protected]>"]

0 commit comments

Comments
 (0)