Skip to content

Commit ee1529d

Browse files
committed
Bump version
1 parent 6a71ad8 commit ee1529d

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@
33
All notable changes to this project will be documented here.
44

55
## [Unreleased]
6+
7+
## [1.1.2] - 2025-06-01
68
### Changed
79
- Minor metadata updates.
810

9-
## [1.1.1] - 2025-06-01
11+
## [1.1.1] - 2025-05-31
1012
### Added
1113
- Official support for Python 3.13.
1214
- Official support for NumPy 2.1 and NumPy 2.2.
@@ -198,7 +200,8 @@ All notable changes to this project will be documented here.
198200
- Rudimentary test setup.
199201
- Basic installation script.
200202

201-
[Unreleased]: https://github.com/dranjan/python-plyfile/compare/v1.1.1...HEAD
203+
[Unreleased]: https://github.com/dranjan/python-plyfile/compare/v1.1.2...HEAD
204+
[1.1]: https://github.com/dranjan/python-plyfile/compare/v1.1.1...v1.1.2
202205
[1.1]: https://github.com/dranjan/python-plyfile/compare/v1.1...v1.1.1
203206
[1.1]: https://github.com/dranjan/python-plyfile/compare/v1.0.3...v1.1
204207
[1.0.3]: https://github.com/dranjan/python-plyfile/compare/v1.0.2...v1.0.3

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ lint = [
1818

1919
[project]
2020
name = "plyfile"
21-
version = "1.1.1"
21+
version = "1.1.2"
2222
description = "PLY file reader/writer"
2323
authors = [
2424
{name = "Darsh Ranjan", email = "[email protected]"},

0 commit comments

Comments
 (0)