From e00efc2c27b9939ec88c9f0d28541f8701422d77 Mon Sep 17 00:00:00 2001 From: Alex Waite Date: Wed, 2 Nov 2022 14:06:49 +0100 Subject: [PATCH] release 0.3.0 --- docs/source/changelog.rst | 9 ++++++++- onyo/_version.py | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 60399428..325200f9 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -4,7 +4,14 @@ Changelog Next **** -Changes listed here have been merged into Onyo and will be part of the next release. +Changes listed here will be part of the next release. + +-------------------------------------------------------------------------------- + +0.3.0 (2022.11.02) +****************** +This release introduces an Onyo API and contains general code modernization, +performance improvements, and expansion of tests. The highlights are: diff --git a/onyo/_version.py b/onyo/_version.py index 90477e97..f9484c6b 100644 --- a/onyo/_version.py +++ b/onyo/_version.py @@ -1,4 +1,4 @@ """Version information.""" # The following line *must* be the last in the module, exactly as formatted: -__version__ = "0.2.0" +__version__ = "0.3.0"