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

Commit 1708cd0

Browse files
author
Takeshi Ikuma (LSUHSC)
committed
version bump to v0.1.1
1 parent 4d21c9b commit 1708cd0

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
55

6-
## [Unreleased]
6+
## [v0.1.1] - 23-03-18
7+
8+
### Fixed
9+
10+
- plugins to return `None` if not compatible
11+
12+
13+
## [v0.1.0] - 22-09-01
714

815
- First release.

src/ffmpegio_plugin_mpl/__init__.py

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

88
hookimpl = HookimplMarker("ffmpegio")
99

10-
__version__ = "0.1.0"
10+
__version__ = "0.1.1"
1111

1212

1313
@hookimpl

0 commit comments

Comments
 (0)