We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa90286 commit 59dfb48Copy full SHA for 59dfb48
2 files changed
CHANGELOG.rst
@@ -25,11 +25,17 @@ We are operating with `semantic versioning <https://semver.org>`_.
25
- Bug fixes (PATCH) go here.
26
- $CHANGE by :gh-user:`mikeboers` in (:pr:`1`).
27
28
-v17.0.1 (next)
+v17.0.2 (next)
29
--------------
30
31
Fixes:
32
33
+
34
+v17.0.1
35
+-------
36
37
+Fixes:
38
39
- A cdivision decorator for faster division.
40
- Adjust tests so they work with 8.1 by :gh-user:`strophy`.
41
- Make VideoFormat.components lazy by :gh-user:`WyattBlue`.
av/about.py
@@ -1 +1 @@
1
-__version__ = "17.0.1"
+__version__ = "17.0.2pre"
0 commit comments