Skip to content

Commit b7a859d

Browse files
committed
v1.1.0
1 parent 2cd73f5 commit b7a859d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

docs/release_notes/index.rst

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

7+
ADD UNRELEASED CHANGES ABOVE THIS LINE
8+
9+
**v1.1.0 2024-06-25**
10+
711
- support for Python 3.12 added
812
- support for Python 3.7 removed
913

10-
ADD UNRELEASED CHANGES ABOVE THIS LINE
1114

1215
**v1.0.0 2023-07-05**
1316

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 = "0.9.0"
9+
version = "1.1.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)