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

Commit a6c2ad7

Browse files
committed
version bump -> v0.7.0
1 parent f4df93e commit a6c2ad7

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

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

66
## [Unreleased]
77

8+
## [0.7.0] - 2022-08-24
9+
10+
### Changed
11+
12+
- Matching the `ffmpegio` version bump
13+
- `video_bytes()` and `audio_bytes()` make sure data frames are C-contiguous
14+
815
## [0.6.0] - 2022-08-13
916

1017
### Changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ classifiers =
3030
package_dir=
3131
=src
3232
install_requires =
33-
ffmpegio-core >= 0.6.0
33+
ffmpegio-core >= 0.7.0
3434
numpy >= 1.20
3535
python_requires = >=3.7,
3636
packages=ffmpegio_plugin_numpy

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.6.0.post"
11+
__version__ = "0.7.0"
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)