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 3
3
All notable changes to this project will be documented here.
4
4
5
5
## [ Unreleased]
6
+
7
+ ## [ 1.1.2] - 2025-06-01
6
8
### Changed
7
9
- Minor metadata updates.
8
10
9
- ## [ 1.1.1] - 2025-06-01
11
+ ## [ 1.1.1] - 2025-05-31
10
12
### Added
11
13
- Official support for Python 3.13.
12
14
- Official support for NumPy 2.1 and NumPy 2.2.
@@ -198,7 +200,8 @@ All notable changes to this project will be documented here.
198
200
- Rudimentary test setup.
199
201
- Basic installation script.
200
202
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
202
205
[ 1.1 ] : https://github.com/dranjan/python-plyfile/compare/v1.1...v1.1.1
203
206
[ 1.1 ] : https://github.com/dranjan/python-plyfile/compare/v1.0.3...v1.1
204
207
[ 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 = [
18
18
19
19
[project ]
20
20
name = " plyfile"
21
- version = " 1.1.1 "
21
+ version = " 1.1.2 "
22
22
description = " PLY file reader/writer"
23
23
authors = [
24
24
{
name =
" Darsh Ranjan" ,
email =
" [email protected] " },
You can’t perform that action at this time.
0 commit comments