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"