From d5c08fd3ffc96afa0f27c6a1b7f90ee25e06adc7 Mon Sep 17 00:00:00 2001 From: WyattBlue Date: Thu, 3 Jul 2025 03:02:38 -0400 Subject: [PATCH] Release 15.0.0 --- CHANGELOG.rst | 4 ++-- av/about.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b5ee063d7..9beb09ffd 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -16,8 +16,8 @@ We are operating with `semantic versioning `_. Note that they these tags will not actually close the issue/PR until they are merged into the "default" branch. -v15.0.0rc1 ----------- +v15.0.0 +------- Major: diff --git a/av/about.py b/av/about.py index 2607c1260..d5793afcb 100644 --- a/av/about.py +++ b/av/about.py @@ -1 +1 @@ -__version__ = "15.0.0rc1" +__version__ = "15.0.0"