[neon/forks/pyqt6-charts/Neon/release] /: New upstream version 6.11.0+dfsg
Stephen Kitt
null at kde.org
Mon Jul 27 14:45:00 BST 2026
Git commit bfa942dc45fc4f9737f8c1d2303a0f58cadb8552 by Stephen Kitt.
Committed on 03/05/2026 at 19:47.
Pushed by carlosdem into branch 'Neon/release'.
New upstream version 6.11.0+dfsg
M +14 -0 ChangeLog
M +4 -0 NEWS
M +2 -2 PKG-INFO
M +2 -2 pyproject.toml
M +5 -5 sip/QtCharts/QtChartsmod.sip
M +1 -1 sip/QtCharts/qabstractaxis.sip
M +1 -1 sip/QtCharts/qabstractbarseries.sip
M +1 -1 sip/QtCharts/qabstractseries.sip
M +1 -1 sip/QtCharts/qarealegendmarker.sip
M +1 -1 sip/QtCharts/qareaseries.sip
M +1 -1 sip/QtCharts/qbarcategoryaxis.sip
M +1 -1 sip/QtCharts/qbarlegendmarker.sip
M +1 -1 sip/QtCharts/qbarseries.sip
M +1 -1 sip/QtCharts/qbarset.sip
M +1 -1 sip/QtCharts/qboxplotlegendmarker.sip
M +1 -1 sip/QtCharts/qboxplotseries.sip
M +1 -1 sip/QtCharts/qboxset.sip
M +1 -1 sip/QtCharts/qcandlesticklegendmarker.sip
M +1 -1 sip/QtCharts/qcandlestickmodelmapper.sip
M +1 -1 sip/QtCharts/qcandlestickseries.sip
M +1 -1 sip/QtCharts/qcandlestickset.sip
M +1 -1 sip/QtCharts/qcategoryaxis.sip
M +1 -1 sip/QtCharts/qchart.sip
M +1 -1 sip/QtCharts/qchartview.sip
M +1 -1 sip/QtCharts/qcoloraxis.sip
M +1 -1 sip/QtCharts/qdatetimeaxis.sip
M +1 -1 sip/QtCharts/qhash.sip
M +1 -1 sip/QtCharts/qhbarmodelmapper.sip
M +1 -1 sip/QtCharts/qhboxplotmodelmapper.sip
M +1 -1 sip/QtCharts/qhcandlestickmodelmapper.sip
M +1 -1 sip/QtCharts/qhorizontalbarseries.sip
M +1 -1 sip/QtCharts/qhorizontalpercentbarseries.sip
M +1 -1 sip/QtCharts/qhorizontalstackedbarseries.sip
M +1 -1 sip/QtCharts/qhpiemodelmapper.sip
M +1 -1 sip/QtCharts/qhxymodelmapper.sip
M +1 -1 sip/QtCharts/qlegend.sip
M +1 -1 sip/QtCharts/qlegendmarker.sip
M +1 -1 sip/QtCharts/qlineseries.sip
M +1 -1 sip/QtCharts/qlogvalueaxis.sip
M +1 -1 sip/QtCharts/qpercentbarseries.sip
M +1 -1 sip/QtCharts/qpielegendmarker.sip
M +1 -1 sip/QtCharts/qpieseries.sip
M +1 -1 sip/QtCharts/qpieslice.sip
M +1 -1 sip/QtCharts/qpolarchart.sip
M +1 -1 sip/QtCharts/qscatterseries.sip
M +1 -1 sip/QtCharts/qsplineseries.sip
M +1 -1 sip/QtCharts/qstackedbarseries.sip
M +1 -1 sip/QtCharts/qvalueaxis.sip
M +1 -1 sip/QtCharts/qvbarmodelmapper.sip
M +1 -1 sip/QtCharts/qvboxplotmodelmapper.sip
M +1 -1 sip/QtCharts/qvcandlestickmodelmapper.sip
M +1 -1 sip/QtCharts/qvpiemodelmapper.sip
M +1 -1 sip/QtCharts/qvxymodelmapper.sip
M +1 -1 sip/QtCharts/qxylegendmarker.sip
M +1 -1 sip/QtCharts/qxyseries.sip
https://invent.kde.org/neon/forks/pyqt6-charts/-/commit/bfa942dc45fc4f9737f8c1d2303a0f58cadb8552
diff --git a/ChangeLog b/ChangeLog
index 6f4ce6b..6ef6943 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+commit fcb546107888ac6d1aa44b9327f0c07d778085b4
+Author: Phil Thompson <phil at riverbankcomputing.com>
+Date: Tue Mar 24 15:39:19 2026 +0000
+
+ Release v6.11.0
+
+commit c69c5de79f714254c3a80d78eeafec65342e9f63
+Author: Phil Thompson <phil at riverbankcomputing.com>
+Date: Fri Mar 13 15:37:46 2026 +0000
+
+ Support for Qt v6.11
+
+ Added support for Qt v6.11.0rc.
+
commit 32e4908f07dfee93263454c98850676518435289
Author: Phil Thompson <phil at riverbankcomputing.com>
Date: Thu Oct 16 10:59:00 2025 +0100
diff --git a/NEWS b/NEWS
index e4183ad..3e28f68 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+v6.11.0 24th March 2026
+ - Added support for Qt v6.11.
+ - Python v3.9 is no longer supported.
+
v6.10.0 16th October 2025
- Added support for Qt v6.10.
diff --git a/PKG-INFO b/PKG-INFO
index 1b7d8ea..8d62c66 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,7 +1,7 @@
Metadata-Version: 2.4
Name: PyQt6-Charts
-Version: 6.10.0
-Requires-Python: >=3.9
+Version: 6.11.0
+Requires-Python: >=3.10
Summary: Python bindings for the Qt Charts library
Description-Content-Type: text/markdown
Project-Url: homepage, https://www.riverbankcomputing.com/software/pyqtchart/
diff --git a/pyproject.toml b/pyproject.toml
index 57a69be..e17b263 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,11 +1,11 @@
# Specify the build system for the project.
[build-system]
-requires = ["sip >=6.13.1, <7", "PyQt-builder >=1.19, <2"]
+requires = ["sip >=6.15, <7", "PyQt-builder >=1.19, <2"]
build-backend = "sipbuild.api"
[project]
name = "PyQt6-Charts"
-version = "6.10.0"
+version = "6.11.0"
description = "Python bindings for the Qt Charts library"
readme = "README.md"
urls.homepage = "https://www.riverbankcomputing.com/software/pyqtchart/"
diff --git a/sip/QtCharts/QtChartsmod.sip b/sip/QtCharts/QtChartsmod.sip
index 15fc886..2a64116 100644
--- a/sip/QtCharts/QtChartsmod.sip
+++ b/sip/QtCharts/QtChartsmod.sip
@@ -2,7 +2,7 @@
//
// This file is part of the QtCharts Python extension module.
//
-// Copyright (c) 2025 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2026 Riverbank Computing Limited <info at riverbankcomputing.com>
//
// This file is part of PyQt6-Charts.
//
@@ -25,10 +25,10 @@
%Import QtGui/QtGuimod.sip
%Import QtWidgets/QtWidgetsmod.sip
-%Timeline {QtCharts_6_0_0 QtCharts_6_1_0 QtCharts_6_2_0 QtCharts_6_3_0 QtCharts_6_4_0 QtCharts_6_5_0 QtCharts_6_6_0 QtCharts_6_7_0 QtCharts_6_8_0 QtCharts_6_9_0 QtCharts_6_10_0}
+%Timeline {QtCharts_6_0_0 QtCharts_6_1_0 QtCharts_6_2_0 QtCharts_6_3_0 QtCharts_6_4_0 QtCharts_6_5_0 QtCharts_6_6_0 QtCharts_6_7_0 QtCharts_6_8_0 QtCharts_6_9_0 QtCharts_6_10_0 QtCharts_6_11_0}
%Copying
-Copyright (c) 2025 Riverbank Computing Limited <info at riverbankcomputing.com>
+Copyright (c) 2026 Riverbank Computing Limited <info at riverbankcomputing.com>
This file is part of PyQt6-Charts.
@@ -52,8 +52,8 @@ int PYQT_CHART_VERSION;
const char *PYQT_CHART_VERSION_STR;
%ModuleCode
-static int PYQT_CHART_VERSION = 0x060a00;
-static const char *PYQT_CHART_VERSION_STR = "6.10.0";
+static int PYQT_CHART_VERSION = 0x060b00;
+static const char *PYQT_CHART_VERSION_STR = "6.11.0";
%End
%Include qabstractaxis.sip
diff --git a/sip/QtCharts/qabstractaxis.sip b/sip/QtCharts/qabstractaxis.sip
index 7331575..c31657d 100644
--- a/sip/QtCharts/qabstractaxis.sip
+++ b/sip/QtCharts/qabstractaxis.sip
@@ -2,7 +2,7 @@
//
// This file is part of the QtCharts Python extension module.
//
-// Copyright (c) 2025 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2026 Riverbank Computing Limited <info at riverbankcomputing.com>
//
// This file is part of PyQt6-Charts.
//
diff --git a/sip/QtCharts/qabstractbarseries.sip b/sip/QtCharts/qabstractbarseries.sip
index 06087d9..18b677a 100644
--- a/sip/QtCharts/qabstractbarseries.sip
+++ b/sip/QtCharts/qabstractbarseries.sip
@@ -2,7 +2,7 @@
//
// This file is part of the QtCharts Python extension module.
//
-// Copyright (c) 2025 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2026 Riverbank Computing Limited <info at riverbankcomputing.com>
//
// This file is part of PyQt6-Charts.
//
diff --git a/sip/QtCharts/qabstractseries.sip b/sip/QtCharts/qabstractseries.sip
index f74f83c..7bac4c4 100644
--- a/sip/QtCharts/qabstractseries.sip
+++ b/sip/QtCharts/qabstractseries.sip
@@ -2,7 +2,7 @@
//
// This file is part of the QtCharts Python extension module.
//
-// Copyright (c) 2025 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2026 Riverbank Computing Limited <info at riverbankcomputing.com>
//
// This file is part of PyQt6-Charts.
//
diff --git a/sip/QtCharts/qarealegendmarker.sip b/sip/QtCharts/qarealegendmarker.sip
index a156bf3..2f47b91 100644
--- a/sip/QtCharts/qarealegendmarker.sip
+++ b/sip/QtCharts/qarealegendmarker.sip
@@ -2,7 +2,7 @@
//
// This file is part of the QtCharts Python extension module.
//
-// Copyright (c) 2025 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2026 Riverbank Computing Limited <info at riverbankcomputing.com>
//
// This file is part of PyQt6-Charts.
//
diff --git a/sip/QtCharts/qareaseries.sip b/sip/QtCharts/qareaseries.sip
index 874cdbe..0c5717e 100644
--- a/sip/QtCharts/qareaseries.sip
+++ b/sip/QtCharts/qareaseries.sip
@@ -2,7 +2,7 @@
//
// This file is part of the QtCharts Python extension module.
//
-// Copyright (c) 2025 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2026 Riverbank Computing Limited <info at riverbankcomputing.com>
//
// This file is part of PyQt6-Charts.
//
diff --git a/sip/QtCharts/qbarcategoryaxis.sip b/sip/QtCharts/qbarcategoryaxis.sip
index 2d8a5d5..2adcda0 100644
--- a/sip/QtCharts/qbarcategoryaxis.sip
+++ b/sip/QtCharts/qbarcategoryaxis.sip
@@ -2,7 +2,7 @@
//
// This file is part of the QtCharts Python extension module.
//
-// Copyright (c) 2025 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2026 Riverbank Computing Limited <info at riverbankcomputing.com>
//
// This file is part of PyQt6-Charts.
//
diff --git a/sip/QtCharts/qbarlegendmarker.sip b/sip/QtCharts/qbarlegendmarker.sip
index 97c0238..2762bc8 100644
--- a/sip/QtCharts/qbarlegendmarker.sip
+++ b/sip/QtCharts/qbarlegendmarker.sip
@@ -2,7 +2,7 @@
//
// This file is part of the QtCharts Python extension module.
//
-// Copyright (c) 2025 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2026 Riverbank Computing Limited <info at riverbankcomputing.com>
//
// This file is part of PyQt6-Charts.
//
diff --git a/sip/QtCharts/qbarseries.sip b/sip/QtCharts/qbarseries.sip
index dca21b9..61d9fc6 100644
--- a/sip/QtCharts/qbarseries.sip
+++ b/sip/QtCharts/qbarseries.sip
@@ -2,7 +2,7 @@
//
// This file is part of the QtCharts Python extension module.
//
-// Copyright (c) 2025 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2026 Riverbank Computing Limited <info at riverbankcomputing.com>
//
// This file is part of PyQt6-Charts.
//
diff --git a/sip/QtCharts/qbarset.sip b/sip/QtCharts/qbarset.sip
index 74c8d3c..53e6853 100644
--- a/sip/QtCharts/qbarset.sip
+++ b/sip/QtCharts/qbarset.sip
@@ -2,7 +2,7 @@
//
// This file is part of the QtCharts Python extension module.
//
-// Copyright (c) 2025 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2026 Riverbank Computing Limited <info at riverbankcomputing.com>
//
// This file is part of PyQt6-Charts.
//
diff --git a/sip/QtCharts/qboxplotlegendmarker.sip b/sip/QtCharts/qboxplotlegendmarker.sip
index 8eda3d9..620e66f 100644
--- a/sip/QtCharts/qboxplotlegendmarker.sip
+++ b/sip/QtCharts/qboxplotlegendmarker.sip
@@ -2,7 +2,7 @@
//
// This file is part of the QtCharts Python extension module.
//
-// Copyright (c) 2025 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2026 Riverbank Computing Limited <info at riverbankcomputing.com>
//
// This file is part of PyQt6-Charts.
//
diff --git a/sip/QtCharts/qboxplotseries.sip b/sip/QtCharts/qboxplotseries.sip
index 1176797..8909cc5 100644
--- a/sip/QtCharts/qboxplotseries.sip
+++ b/sip/QtCharts/qboxplotseries.sip
@@ -2,7 +2,7 @@
//
// This file is part of the QtCharts Python extension module.
//
-// Copyright (c) 2025 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2026 Riverbank Computing Limited <info at riverbankcomputing.com>
//
// This file is part of PyQt6-Charts.
//
diff --git a/sip/QtCharts/qboxset.sip b/sip/QtCharts/qboxset.sip
index 1bfba2a..4882e37 100644
--- a/sip/QtCharts/qboxset.sip
+++ b/sip/QtCharts/qboxset.sip
@@ -2,7 +2,7 @@
//
// This file is part of the QtCharts Python extension module.
//
-// Copyright (c) 2025 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2026 Riverbank Computing Limited <info at riverbankcomputing.com>
//
// This file is part of PyQt6-Charts.
//
diff --git a/sip/QtCharts/qcandlesticklegendmarker.sip b/sip/QtCharts/qcandlesticklegendmarker.sip
index 7509fe3..d973cb0 100644
--- a/sip/QtCharts/qcandlesticklegendmarker.sip
+++ b/sip/QtCharts/qcandlesticklegendmarker.sip
@@ -2,7 +2,7 @@
//
// This file is part of the QtCharts Python extension module.
//
-// Copyright (c) 2025 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2026 Riverbank Computing Limited <info at riverbankcomputing.com>
//
// This file is part of PyQt6-Charts.
//
diff --git a/sip/QtCharts/qcandlestickmodelmapper.sip b/sip/QtCharts/qcandlestickmodelmapper.sip
index ab24994..f408e7c 100644
--- a/sip/QtCharts/qcandlestickmodelmapper.sip
+++ b/sip/QtCharts/qcandlestickmodelmapper.sip
@@ -2,7 +2,7 @@
//
// This file is part of the QtCharts Python extension module.
//
-// Copyright (c) 2025 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2026 Riverbank Computing Limited <info at riverbankcomputing.com>
//
// This file is part of PyQt6-Charts.
//
diff --git a/sip/QtCharts/qcandlestickseries.sip b/sip/QtCharts/qcandlestickseries.sip
index 1c71090..f42cef9 100644
--- a/sip/QtCharts/qcandlestickseries.sip
+++ b/sip/QtCharts/qcandlestickseries.sip
@@ -2,7 +2,7 @@
//
// This file is part of the QtCharts Python extension module.
//
-// Copyright (c) 2025 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2026 Riverbank Computing Limited <info at riverbankcomputing.com>
//
// This file is part of PyQt6-Charts.
//
diff --git a/sip/QtCharts/qcandlestickset.sip b/sip/QtCharts/qcandlestickset.sip
index 494732d..2e9b4c9 100644
--- a/sip/QtCharts/qcandlestickset.sip
+++ b/sip/QtCharts/qcandlestickset.sip
@@ -2,7 +2,7 @@
//
// This file is part of the QtCharts Python extension module.
//
-// Copyright (c) 2025 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2026 Riverbank Computing Limited <info at riverbankcomputing.com>
//
// This file is part of PyQt6-Charts.
//
diff --git a/sip/QtCharts/qcategoryaxis.sip b/sip/QtCharts/qcategoryaxis.sip
index 82c48f9..cae4363 100644
--- a/sip/QtCharts/qcategoryaxis.sip
+++ b/sip/QtCharts/qcategoryaxis.sip
@@ -2,7 +2,7 @@
//
// This file is part of the QtCharts Python extension module.
//
-// Copyright (c) 2025 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2026 Riverbank Computing Limited <info at riverbankcomputing.com>
//
// This file is part of PyQt6-Charts.
//
diff --git a/sip/QtCharts/qchart.sip b/sip/QtCharts/qchart.sip
index c21f900..bb7385c 100644
--- a/sip/QtCharts/qchart.sip
+++ b/sip/QtCharts/qchart.sip
@@ -2,7 +2,7 @@
//
// This file is part of the QtCharts Python extension module.
//
-// Copyright (c) 2025 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2026 Riverbank Computing Limited <info at riverbankcomputing.com>
//
// This file is part of PyQt6-Charts.
//
diff --git a/sip/QtCharts/qchartview.sip b/sip/QtCharts/qchartview.sip
index 6eb053e..f69d97c 100644
--- a/sip/QtCharts/qchartview.sip
+++ b/sip/QtCharts/qchartview.sip
@@ -2,7 +2,7 @@
//
// This file is part of the QtCharts Python extension module.
//
-// Copyright (c) 2025 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2026 Riverbank Computing Limited <info at riverbankcomputing.com>
//
// This file is part of PyQt6-Charts.
//
diff --git a/sip/QtCharts/qcoloraxis.sip b/sip/QtCharts/qcoloraxis.sip
index 98ea1a7..2907cfb 100644
--- a/sip/QtCharts/qcoloraxis.sip
+++ b/sip/QtCharts/qcoloraxis.sip
@@ -2,7 +2,7 @@
//
// This file is part of the QtCharts Python extension module.
//
-// Copyright (c) 2025 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2026 Riverbank Computing Limited <info at riverbankcomputing.com>
//
// This file is part of PyQt6-Charts.
//
diff --git a/sip/QtCharts/qdatetimeaxis.sip b/sip/QtCharts/qdatetimeaxis.sip
index 9e15a97..c7054be 100644
--- a/sip/QtCharts/qdatetimeaxis.sip
+++ b/sip/QtCharts/qdatetimeaxis.sip
@@ -2,7 +2,7 @@
//
// This file is part of the QtCharts Python extension module.
//
-// Copyright (c) 2025 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2026 Riverbank Computing Limited <info at riverbankcomputing.com>
//
// This file is part of PyQt6-Charts.
//
diff --git a/sip/QtCharts/qhash.sip b/sip/QtCharts/qhash.sip
index 6ebb54f..27e99c9 100644
--- a/sip/QtCharts/qhash.sip
+++ b/sip/QtCharts/qhash.sip
@@ -1,7 +1,7 @@
// This is the SIP interface definition for the QHash based mapped types
// specific to the QtCharts module.
//
-// Copyright (c) 2025 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2026 Riverbank Computing Limited <info at riverbankcomputing.com>
//
// This file is part of PyQt6-Charts.
//
diff --git a/sip/QtCharts/qhbarmodelmapper.sip b/sip/QtCharts/qhbarmodelmapper.sip
index 1d72055..bbf454b 100644
--- a/sip/QtCharts/qhbarmodelmapper.sip
+++ b/sip/QtCharts/qhbarmodelmapper.sip
@@ -2,7 +2,7 @@
//
// This file is part of the QtCharts Python extension module.
//
-// Copyright (c) 2025 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2026 Riverbank Computing Limited <info at riverbankcomputing.com>
//
// This file is part of PyQt6-Charts.
//
diff --git a/sip/QtCharts/qhboxplotmodelmapper.sip b/sip/QtCharts/qhboxplotmodelmapper.sip
index 5298171..5a5929b 100644
--- a/sip/QtCharts/qhboxplotmodelmapper.sip
+++ b/sip/QtCharts/qhboxplotmodelmapper.sip
@@ -2,7 +2,7 @@
//
// This file is part of the QtCharts Python extension module.
//
-// Copyright (c) 2025 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2026 Riverbank Computing Limited <info at riverbankcomputing.com>
//
// This file is part of PyQt6-Charts.
//
diff --git a/sip/QtCharts/qhcandlestickmodelmapper.sip b/sip/QtCharts/qhcandlestickmodelmapper.sip
index 9f36799..fb035d0 100644
--- a/sip/QtCharts/qhcandlestickmodelmapper.sip
+++ b/sip/QtCharts/qhcandlestickmodelmapper.sip
@@ -2,7 +2,7 @@
//
// This file is part of the QtCharts Python extension module.
//
-// Copyright (c) 2025 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2026 Riverbank Computing Limited <info at riverbankcomputing.com>
//
// This file is part of PyQt6-Charts.
//
diff --git a/sip/QtCharts/qhorizontalbarseries.sip b/sip/QtCharts/qhorizontalbarseries.sip
index 670aa54..34181ae 100644
--- a/sip/QtCharts/qhorizontalbarseries.sip
+++ b/sip/QtCharts/qhorizontalbarseries.sip
@@ -2,7 +2,7 @@
//
// This file is part of the QtCharts Python extension module.
//
-// Copyright (c) 2025 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2026 Riverbank Computing Limited <info at riverbankcomputing.com>
//
// This file is part of PyQt6-Charts.
//
diff --git a/sip/QtCharts/qhorizontalpercentbarseries.sip b/sip/QtCharts/qhorizontalpercentbarseries.sip
index 423b602..8b602fe 100644
--- a/sip/QtCharts/qhorizontalpercentbarseries.sip
+++ b/sip/QtCharts/qhorizontalpercentbarseries.sip
@@ -2,7 +2,7 @@
//
// This file is part of the QtCharts Python extension module.
//
-// Copyright (c) 2025 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2026 Riverbank Computing Limited <info at riverbankcomputing.com>
//
// This file is part of PyQt6-Charts.
//
diff --git a/sip/QtCharts/qhorizontalstackedbarseries.sip b/sip/QtCharts/qhorizontalstackedbarseries.sip
index 1eea6d0..b9b065c 100644
--- a/sip/QtCharts/qhorizontalstackedbarseries.sip
+++ b/sip/QtCharts/qhorizontalstackedbarseries.sip
@@ -2,7 +2,7 @@
//
// This file is part of the QtCharts Python extension module.
//
-// Copyright (c) 2025 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2026 Riverbank Computing Limited <info at riverbankcomputing.com>
//
// This file is part of PyQt6-Charts.
//
diff --git a/sip/QtCharts/qhpiemodelmapper.sip b/sip/QtCharts/qhpiemodelmapper.sip
index b87f570..2c458d6 100644
--- a/sip/QtCharts/qhpiemodelmapper.sip
+++ b/sip/QtCharts/qhpiemodelmapper.sip
@@ -2,7 +2,7 @@
//
// This file is part of the QtCharts Python extension module.
//
-// Copyright (c) 2025 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2026 Riverbank Computing Limited <info at riverbankcomputing.com>
//
// This file is part of PyQt6-Charts.
//
diff --git a/sip/QtCharts/qhxymodelmapper.sip b/sip/QtCharts/qhxymodelmapper.sip
index 1752202..8493acd 100644
--- a/sip/QtCharts/qhxymodelmapper.sip
+++ b/sip/QtCharts/qhxymodelmapper.sip
@@ -2,7 +2,7 @@
//
// This file is part of the QtCharts Python extension module.
//
-// Copyright (c) 2025 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2026 Riverbank Computing Limited <info at riverbankcomputing.com>
//
// This file is part of PyQt6-Charts.
//
diff --git a/sip/QtCharts/qlegend.sip b/sip/QtCharts/qlegend.sip
index 01554c1..77f63d3 100644
--- a/sip/QtCharts/qlegend.sip
+++ b/sip/QtCharts/qlegend.sip
@@ -2,7 +2,7 @@
//
// This file is part of the QtCharts Python extension module.
//
-// Copyright (c) 2025 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2026 Riverbank Computing Limited <info at riverbankcomputing.com>
//
// This file is part of PyQt6-Charts.
//
diff --git a/sip/QtCharts/qlegendmarker.sip b/sip/QtCharts/qlegendmarker.sip
index 9ea9e72..94f03ce 100644
--- a/sip/QtCharts/qlegendmarker.sip
+++ b/sip/QtCharts/qlegendmarker.sip
@@ -2,7 +2,7 @@
//
// This file is part of the QtCharts Python extension module.
//
-// Copyright (c) 2025 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2026 Riverbank Computing Limited <info at riverbankcomputing.com>
//
// This file is part of PyQt6-Charts.
//
diff --git a/sip/QtCharts/qlineseries.sip b/sip/QtCharts/qlineseries.sip
index fc37efe..e611583 100644
--- a/sip/QtCharts/qlineseries.sip
+++ b/sip/QtCharts/qlineseries.sip
@@ -2,7 +2,7 @@
//
// This file is part of the QtCharts Python extension module.
//
-// Copyright (c) 2025 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2026 Riverbank Computing Limited <info at riverbankcomputing.com>
//
// This file is part of PyQt6-Charts.
//
diff --git a/sip/QtCharts/qlogvalueaxis.sip b/sip/QtCharts/qlogvalueaxis.sip
index 58d8880..9aedded 100644
--- a/sip/QtCharts/qlogvalueaxis.sip
+++ b/sip/QtCharts/qlogvalueaxis.sip
@@ -2,7 +2,7 @@
//
// This file is part of the QtCharts Python extension module.
//
-// Copyright (c) 2025 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2026 Riverbank Computing Limited <info at riverbankcomputing.com>
//
// This file is part of PyQt6-Charts.
//
diff --git a/sip/QtCharts/qpercentbarseries.sip b/sip/QtCharts/qpercentbarseries.sip
index 6325f42..9b05144 100644
--- a/sip/QtCharts/qpercentbarseries.sip
+++ b/sip/QtCharts/qpercentbarseries.sip
@@ -2,7 +2,7 @@
//
// This file is part of the QtCharts Python extension module.
//
-// Copyright (c) 2025 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2026 Riverbank Computing Limited <info at riverbankcomputing.com>
//
// This file is part of PyQt6-Charts.
//
diff --git a/sip/QtCharts/qpielegendmarker.sip b/sip/QtCharts/qpielegendmarker.sip
index 047e3cb..1bf8e3d 100644
--- a/sip/QtCharts/qpielegendmarker.sip
+++ b/sip/QtCharts/qpielegendmarker.sip
@@ -2,7 +2,7 @@
//
// This file is part of the QtCharts Python extension module.
//
-// Copyright (c) 2025 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2026 Riverbank Computing Limited <info at riverbankcomputing.com>
//
// This file is part of PyQt6-Charts.
//
diff --git a/sip/QtCharts/qpieseries.sip b/sip/QtCharts/qpieseries.sip
index d5b2b33..824ff05 100644
--- a/sip/QtCharts/qpieseries.sip
+++ b/sip/QtCharts/qpieseries.sip
@@ -2,7 +2,7 @@
//
// This file is part of the QtCharts Python extension module.
//
-// Copyright (c) 2025 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2026 Riverbank Computing Limited <info at riverbankcomputing.com>
//
// This file is part of PyQt6-Charts.
//
diff --git a/sip/QtCharts/qpieslice.sip b/sip/QtCharts/qpieslice.sip
index 8e77335..fd6e05b 100644
--- a/sip/QtCharts/qpieslice.sip
+++ b/sip/QtCharts/qpieslice.sip
@@ -2,7 +2,7 @@
//
// This file is part of the QtCharts Python extension module.
//
-// Copyright (c) 2025 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2026 Riverbank Computing Limited <info at riverbankcomputing.com>
//
// This file is part of PyQt6-Charts.
//
diff --git a/sip/QtCharts/qpolarchart.sip b/sip/QtCharts/qpolarchart.sip
index 5c1e64d..7ba6ed2 100644
--- a/sip/QtCharts/qpolarchart.sip
+++ b/sip/QtCharts/qpolarchart.sip
@@ -2,7 +2,7 @@
//
// This file is part of the QtCharts Python extension module.
//
-// Copyright (c) 2025 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2026 Riverbank Computing Limited <info at riverbankcomputing.com>
//
// This file is part of PyQt6-Charts.
//
diff --git a/sip/QtCharts/qscatterseries.sip b/sip/QtCharts/qscatterseries.sip
index 7838286..86775fe 100644
--- a/sip/QtCharts/qscatterseries.sip
+++ b/sip/QtCharts/qscatterseries.sip
@@ -2,7 +2,7 @@
//
// This file is part of the QtCharts Python extension module.
//
-// Copyright (c) 2025 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2026 Riverbank Computing Limited <info at riverbankcomputing.com>
//
// This file is part of PyQt6-Charts.
//
diff --git a/sip/QtCharts/qsplineseries.sip b/sip/QtCharts/qsplineseries.sip
index f17ea5f..e691647 100644
--- a/sip/QtCharts/qsplineseries.sip
+++ b/sip/QtCharts/qsplineseries.sip
@@ -2,7 +2,7 @@
//
// This file is part of the QtCharts Python extension module.
//
-// Copyright (c) 2025 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2026 Riverbank Computing Limited <info at riverbankcomputing.com>
//
// This file is part of PyQt6-Charts.
//
diff --git a/sip/QtCharts/qstackedbarseries.sip b/sip/QtCharts/qstackedbarseries.sip
index 0f1eb3d..119c631 100644
--- a/sip/QtCharts/qstackedbarseries.sip
+++ b/sip/QtCharts/qstackedbarseries.sip
@@ -2,7 +2,7 @@
//
// This file is part of the QtCharts Python extension module.
//
-// Copyright (c) 2025 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2026 Riverbank Computing Limited <info at riverbankcomputing.com>
//
// This file is part of PyQt6-Charts.
//
diff --git a/sip/QtCharts/qvalueaxis.sip b/sip/QtCharts/qvalueaxis.sip
index a8d0acf..d80fdc4 100644
--- a/sip/QtCharts/qvalueaxis.sip
+++ b/sip/QtCharts/qvalueaxis.sip
@@ -2,7 +2,7 @@
//
// This file is part of the QtCharts Python extension module.
//
-// Copyright (c) 2025 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2026 Riverbank Computing Limited <info at riverbankcomputing.com>
//
// This file is part of PyQt6-Charts.
//
diff --git a/sip/QtCharts/qvbarmodelmapper.sip b/sip/QtCharts/qvbarmodelmapper.sip
index 9f2c74d..2e561e8 100644
--- a/sip/QtCharts/qvbarmodelmapper.sip
+++ b/sip/QtCharts/qvbarmodelmapper.sip
@@ -2,7 +2,7 @@
//
// This file is part of the QtCharts Python extension module.
//
-// Copyright (c) 2025 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2026 Riverbank Computing Limited <info at riverbankcomputing.com>
//
// This file is part of PyQt6-Charts.
//
diff --git a/sip/QtCharts/qvboxplotmodelmapper.sip b/sip/QtCharts/qvboxplotmodelmapper.sip
index c394cee..523796d 100644
--- a/sip/QtCharts/qvboxplotmodelmapper.sip
+++ b/sip/QtCharts/qvboxplotmodelmapper.sip
@@ -2,7 +2,7 @@
//
// This file is part of the QtCharts Python extension module.
//
-// Copyright (c) 2025 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2026 Riverbank Computing Limited <info at riverbankcomputing.com>
//
// This file is part of PyQt6-Charts.
//
diff --git a/sip/QtCharts/qvcandlestickmodelmapper.sip b/sip/QtCharts/qvcandlestickmodelmapper.sip
index 645653a..67fe9bd 100644
--- a/sip/QtCharts/qvcandlestickmodelmapper.sip
+++ b/sip/QtCharts/qvcandlestickmodelmapper.sip
@@ -2,7 +2,7 @@
//
// This file is part of the QtCharts Python extension module.
//
-// Copyright (c) 2025 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2026 Riverbank Computing Limited <info at riverbankcomputing.com>
//
// This file is part of PyQt6-Charts.
//
diff --git a/sip/QtCharts/qvpiemodelmapper.sip b/sip/QtCharts/qvpiemodelmapper.sip
index 38068be..69a9ba0 100644
--- a/sip/QtCharts/qvpiemodelmapper.sip
+++ b/sip/QtCharts/qvpiemodelmapper.sip
@@ -2,7 +2,7 @@
//
// This file is part of the QtCharts Python extension module.
//
-// Copyright (c) 2025 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2026 Riverbank Computing Limited <info at riverbankcomputing.com>
//
// This file is part of PyQt6-Charts.
//
diff --git a/sip/QtCharts/qvxymodelmapper.sip b/sip/QtCharts/qvxymodelmapper.sip
index 41446ea..3a7d6dd 100644
--- a/sip/QtCharts/qvxymodelmapper.sip
+++ b/sip/QtCharts/qvxymodelmapper.sip
@@ -2,7 +2,7 @@
//
// This file is part of the QtCharts Python extension module.
//
-// Copyright (c) 2025 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2026 Riverbank Computing Limited <info at riverbankcomputing.com>
//
// This file is part of PyQt6-Charts.
//
diff --git a/sip/QtCharts/qxylegendmarker.sip b/sip/QtCharts/qxylegendmarker.sip
index e1a3f6c..50f9b29 100644
--- a/sip/QtCharts/qxylegendmarker.sip
+++ b/sip/QtCharts/qxylegendmarker.sip
@@ -2,7 +2,7 @@
//
// This file is part of the QtCharts Python extension module.
//
-// Copyright (c) 2025 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2026 Riverbank Computing Limited <info at riverbankcomputing.com>
//
// This file is part of PyQt6-Charts.
//
diff --git a/sip/QtCharts/qxyseries.sip b/sip/QtCharts/qxyseries.sip
index 2330cf6..eab1042 100644
--- a/sip/QtCharts/qxyseries.sip
+++ b/sip/QtCharts/qxyseries.sip
@@ -2,7 +2,7 @@
//
// This file is part of the QtCharts Python extension module.
//
-// Copyright (c) 2025 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2026 Riverbank Computing Limited <info at riverbankcomputing.com>
//
// This file is part of PyQt6-Charts.
//
More information about the Neon-commits
mailing list