Nudged version

This commit is contained in:
Jamie Hardt
2025-01-07 11:52:26 -08:00
parent 89b6cde808
commit 6da04b2c07
2 changed files with 3 additions and 2 deletions

View File

@@ -11,7 +11,8 @@ its most most common variations.
## Features ## Features
* The major variations of the CMX 3600: the standard, "File32", "File128" and * The major variations of the CMX 3600: the standard, "File32", "File128" and
long Adobe Premiere formats are automatically detected and properly read. long Adobe Premiere event numbers are automatically detected and properly
read.
* Preserves relationship between events and individual edits/clips. * Preserves relationship between events and individual edits/clips.
* Remark or comment fields with common recognized forms are read and * Remark or comment fields with common recognized forms are read and
available to the client, including clip name and source file data. available to the client, including clip name and source file data.

View File

@@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "pycmx" name = "pycmx"
version = "1.2.3" version = "1.3.0"
description = "Python CMX 3600 Edit Decision List Parser" description = "Python CMX 3600 Edit Decision List Parser"
authors = ["Jamie Hardt <jamiehardt@me.com>"] authors = ["Jamie Hardt <jamiehardt@me.com>"]
license = "MIT" license = "MIT"