From 06ed1d0b7df88ce610baa07b217dee142e87151b Mon Sep 17 00:00:00 2001 From: WyattBlue Date: Sat, 18 Apr 2026 12:33:42 -0400 Subject: [PATCH] Next dev version --- CHANGELOG.rst | 8 +++++++- av/about.py | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 63d3dfd78..fa41c6682 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -25,11 +25,17 @@ We are operating with `semantic versioning `_. - Bug fixes (PATCH) go here. - $CHANGE by :gh-user:`mikeboers` in (:pr:`1`). -v17.0.1 (next) +v17.0.2 (next) -------------- Fixes: + +v17.0.1 +------- + +Fixes: + - A cdivision decorator for faster division. - Adjust tests so they work with 8.1 by :gh-user:`strophy`. - Make VideoFormat.components lazy by :gh-user:`WyattBlue`. diff --git a/av/about.py b/av/about.py index dba3a77b1..4fe5d9474 100644 --- a/av/about.py +++ b/av/about.py @@ -1 +1 @@ -__version__ = "17.0.1" +__version__ = "17.0.2pre"