[neon/forks/pyqt6-charts/Neon/release] /: New upstream version 6.9.0+dfsg
Stephen Kitt
null at kde.org
Mon Jul 27 14:45:00 BST 2026
Git commit d360bd87a9f253f685b92a2b7d02b00538d0cefd by Stephen Kitt.
Committed on 09/04/2025 at 11:23.
Pushed by carlosdem into branch 'Neon/release'.
New upstream version 6.9.0+dfsg
M +18 -0 ChangeLog
M +3 -0 NEWS
M +1 -1 PKG-INFO
M +1 -1 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/d360bd87a9f253f685b92a2b7d02b00538d0cefd
diff --git a/ChangeLog b/ChangeLog
index 354159a..fab05c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2025-04-03 Phil Thompson <phil at riverbankcomputing.com>
+
+ * NEWS:
+ Updated the NEWS file.
+ [df8696d8efcf] [6.9.0]
+
+2025-03-18 Phil Thompson <phil at riverbankcomputing.com>
+
+ * PyQt6-Charts.msp:
+ Updated for Qt v6.9.0rc.
+ [6fae87282d82]
+
+2024-12-06 Phil Thompson <phil at riverbankcomputing.com>
+
+ * .hgtags:
+ Added tag 6.8.0 for changeset 2e0013ccb05d
+ [317bc88a24f1]
+
2024-10-24 Phil Thompson <phil at riverbankcomputing.com>
* NEWS:
diff --git a/NEWS b/NEWS
index 582f29f..81caf32 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+v6.9.0 3rd April 2025
+ - Added support for Qt v6.9.
+
v6.8.0 24th October 2024
- Added support for Qt v6.8.
diff --git a/PKG-INFO b/PKG-INFO
index 71e2bb8..fa17e53 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: PyQt6-Charts
-Version: 6.8.0
+Version: 6.9.0
Requires-Python: >=3.9
Summary: Python bindings for the Qt Charts library
Description-Content-Type: text/markdown
diff --git a/pyproject.toml b/pyproject.toml
index 0c75259..d329fd5 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "sipbuild.api"
[project]
name = "PyQt6-Charts"
-version = "6.8.0"
+version = "6.9.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 c24cba3..e914c02 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) 2024 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2025 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}
+%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}
%Copying
-Copyright (c) 2024 Riverbank Computing Limited <info at riverbankcomputing.com>
+Copyright (c) 2025 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 = 0x060800;
-static const char *PYQT_CHART_VERSION_STR = "6.8.0";
+static int PYQT_CHART_VERSION = 0x060900;
+static const char *PYQT_CHART_VERSION_STR = "6.9.0";
%End
%Include qabstractaxis.sip
diff --git a/sip/QtCharts/qabstractaxis.sip b/sip/QtCharts/qabstractaxis.sip
index 0761388..7331575 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) 2024 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2025 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 39fc7ab..06087d9 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) 2024 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2025 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 cc4ce27..f74f83c 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) 2024 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2025 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 5f608e6..a156bf3 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) 2024 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2025 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 62484cc..874cdbe 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) 2024 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2025 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 a0c3542..2d8a5d5 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) 2024 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2025 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 1f91809..97c0238 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) 2024 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2025 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 bebc32b..dca21b9 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) 2024 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2025 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 9808176..74c8d3c 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) 2024 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2025 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 4c65111..8eda3d9 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) 2024 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2025 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 64d5db8..1176797 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) 2024 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2025 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 9c9f2ac..1bfba2a 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) 2024 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2025 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 8853612..7509fe3 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) 2024 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2025 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 3228953..ab24994 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) 2024 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2025 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 9984b2d..1c71090 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) 2024 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2025 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 30d4569..494732d 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) 2024 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2025 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 f7c8970..82c48f9 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) 2024 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2025 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 1ca103f..c21f900 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) 2024 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2025 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 9fc9b27..6eb053e 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) 2024 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2025 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 67d8ccd..98ea1a7 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) 2024 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2025 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 a15fb3a..9e15a97 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) 2024 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2025 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 0e38cdb..6ebb54f 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) 2024 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2025 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 c6720da..1d72055 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) 2024 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2025 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 2a72179..5298171 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) 2024 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2025 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 28ede64..9f36799 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) 2024 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2025 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 475ef2c..670aa54 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) 2024 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2025 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 75c8956..423b602 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) 2024 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2025 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 5fb4cc5..1eea6d0 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) 2024 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2025 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 7d2d593..b87f570 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) 2024 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2025 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 5d43912..1752202 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) 2024 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2025 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 b7b412e..01554c1 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) 2024 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2025 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 8512cc2..9ea9e72 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) 2024 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2025 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 2506af2..fc37efe 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) 2024 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2025 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 d837755..58d8880 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) 2024 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2025 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 78b6452..6325f42 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) 2024 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2025 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 a9e378c..047e3cb 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) 2024 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2025 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 4eeb091..d5b2b33 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) 2024 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2025 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 efbcf65..8e77335 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) 2024 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2025 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 47af939..5c1e64d 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) 2024 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2025 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 ab50a39..7838286 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) 2024 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2025 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 c7a6152..f17ea5f 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) 2024 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2025 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 8d07d85..0f1eb3d 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) 2024 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2025 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 5ab4b25..a8d0acf 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) 2024 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2025 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 beb6c55..9f2c74d 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) 2024 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2025 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 1706cce..c394cee 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) 2024 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2025 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 d163c52..645653a 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) 2024 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2025 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 267e75d..38068be 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) 2024 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2025 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 702e903..41446ea 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) 2024 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2025 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 a95db3d..e1a3f6c 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) 2024 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2025 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 183fe54..2330cf6 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) 2024 Riverbank Computing Limited <info at riverbankcomputing.com>
+// Copyright (c) 2025 Riverbank Computing Limited <info at riverbankcomputing.com>
//
// This file is part of PyQt6-Charts.
//
More information about the Neon-commits
mailing list