[frameworks/kapidox] /: Update version to 6.30.0
Nicolas Fella <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit e6bb8905eaf596374654affb7f000cfe9a223106 by Nicolas Fella.
Committed on 07/08/2026 at 21:02.
Pushed by nicolasfella into branch 'master'.
Update version to 6.30.0
M +1 -1 CMakeLists.txt
M +1 -1 setup.py
https://invent.kde.org/frameworks/kapidox/-/commit/e6bb8905eaf596374654affb7f000cfe9a223106
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 18aebc9..ae0cca0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.29)
project(KApiDox NONE)
-set(KF_VERSION "6.29.0") # handled by release scripts
+set(KF_VERSION "6.30.0") # handled by release scripts
if(DO_BOOTSTRAP)
include(FindUnixCommands)
diff --git a/setup.py b/setup.py
index 77abd86..bb932da 100755
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name='kapidox',
- version='6.29.0',
+ version='6.30.0',
description='KDE API documentation generation tools',
maintainer='Olivier Churlaud',
maintainer_email='[email protected]',