Skip to content

Commit 00c139f

Browse files
committed
Moved version back to 0.15.0 and dropped plugin repos to start out with a release for current otio - will re-add and version bump in a subsequent PR
Signed-off-by: Eric Reinecke <[email protected]>
1 parent 72516b0 commit 00c139f

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

pyproject.toml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
66

77
[project]
88
name = "opentimelineio-plugins"
9-
version = "0.16.0.dev1"
9+
version = "0.15.0"
1010
description = "OpenTimelineIO with batteries included plug-ins."
1111
authors = [
1212
{ name="Contributors to the OpenTimelineIO project", email="[email protected]" },
@@ -15,17 +15,7 @@ license = { file="LICENSE" }
1515
readme = "README.md"
1616
requires-python = ">=3.7"
1717
dependencies = [
18-
"opentimelineio @ git+https://github.com/AcademySoftwareFoundation/OpenTimelineIO.git@extract_adapters",
19-
"otio-aaf-adapter",
20-
"otio-burnins-adapter",
21-
"otio-xges-adapter",
22-
"otio-ale-adapter",
23-
"otio-hls-playlist-adapter",
24-
"otio-fcpx-xml-adapter",
25-
"otio-maya-sequencer-adapter",
26-
"otio-cmx3600-adapter",
27-
"otio-svg-adapter",
28-
"otio-fcp-adapter",
18+
"opentimelineio==0.15.0",
2919
]
3020

3121
classifiers = [

0 commit comments

Comments
 (0)