Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit 47c763e

Browse files
committed
version bump to v0.8.1
1 parent f3d6b5f commit 47c763e

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
55

66
## [Unreleased]
77

8+
## [0.7.0] - 2023-03-18
9+
10+
### Fixed
11+
12+
- plugins to return `None` if not compatible
13+
14+
### Changed
15+
16+
- Skipping 0.8.0 to match `ffmpegio` version
17+
818
## [0.7.0] - 2022-08-24
919

1020
### Changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ classifiers = [
2828

2929
dynamic = ["version"]
3030
requires-python = ">=3.7"
31-
dependencies = ["ffmpegio-core >= 0.7.0", "numpy >= 1.20"]
31+
dependencies = ["ffmpegio-core >= 0.8.1", "numpy >= 1.20"]
3232

3333
[project.urls]
3434
Home = "https://python-ffmpegio.github.io/python-ffmpegio"

src/ffmpegio_plugin_numpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
hookimpl = HookimplMarker("ffmpegio")
1010

11-
__version__ = "0.7.0"
11+
__version__ = "0.8.1"
1212
# When updating version, make sure to update setup.cfg install_requires
1313
# ffmpegio-core version to match current ffmpeg-core version
1414

0 commit comments

Comments
 (0)