Skip to content

Commit 0c287b4

Browse files
committed
Release v0.3.3
1 parent cfdf99f commit 0c287b4

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 0.3.2 -> 0.3.3
2+
* Clean up process when start up fails (#196)
3+
14
# 0.3.1 -> 0.3.2
25
* Remove unused imports (`mock`) causing errors (#157)
36

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def __getattr__(cls, name):
6262

6363
# General information about the project.
6464
project = u'omxplayer-wrapper'
65-
copyright = u'2017, Will Price'
65+
copyright = u'2020, Will Price'
6666

6767
# The version info for the project you're documenting, acts as replacement for
6868
# |version| and |release|, also used in various other places throughout the

omxplayer/__version__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
__description__ = 'A library for controlling omxplayer on the Raspberry Pi'
33
__author__ = 'Will Price'
44
__author_email__ = '[email protected]'
5-
__version__ = '0.3.2'
5+
__version__ = '0.3.3'
66
__license__ = 'LGPLv3+'
7-
__copyright__ = 'Copyright 2018 Will Price'
7+
__copyright__ = 'Copyright 2020 Will Price'

0 commit comments

Comments
 (0)