File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented here.
44
5- ## [ Unreleased ]
5+ ## [ 1.1.3 ] - 2025-10-21
66### Changed
77- Skip empty header lines to improve interoperability. Thanks to @JTvD
88 for the change.
@@ -203,9 +203,10 @@ All notable changes to this project will be documented here.
203203- Rudimentary test setup.
204204- Basic installation script.
205205
206- [ Unreleased ] : https://github.com/dranjan/python-plyfile/compare/v1.1.2...HEAD
207- [ 1.1 ] : https://github.com/dranjan/python-plyfile/compare/v1.1.1...v1.1.2
208- [ 1.1 ] : https://github.com/dranjan/python-plyfile/compare/v1.1...v1.1.1
206+ [ Unreleased ] : https://github.com/dranjan/python-plyfile/compare/v1.1.3...HEAD
207+ [ 1.1.3 ] : https://github.com/dranjan/python-plyfile/compare/v1.1.2...v1.1.3
208+ [ 1.1.2 ] : https://github.com/dranjan/python-plyfile/compare/v1.1.1...v1.1.2
209+ [ 1.1.1 ] : https://github.com/dranjan/python-plyfile/compare/v1.1...v1.1.1
209210[ 1.1 ] : https://github.com/dranjan/python-plyfile/compare/v1.0.3...v1.1
210211[ 1.0.3 ] : https://github.com/dranjan/python-plyfile/compare/v1.0.2...v1.0.3
211212[ 1.0.2 ] : https://github.com/dranjan/python-plyfile/compare/v1.0.1...v1.0.2
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ lint = [
1818
1919[project ]
2020name = " plyfile"
21- version = " 1.1.2 "
21+ version = " 1.1.3 "
2222description = " PLY file reader/writer"
2323authors = [
2424 {name = " Darsh Ranjan" , email = " dranjan@berkeley.edu" },
You can’t perform that action at this time.
0 commit comments