File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 33All 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
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ lint = [
1818
1919[project ]
2020name = " plyfile"
21- version = " 1.1.1 "
21+ version = " 1.1.2 "
2222description = " PLY file reader/writer"
2323authors = [
2424 {
name =
" Darsh Ranjan" ,
email =
" [email protected] " },
You can’t perform that action at this time.
0 commit comments