We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0324da4 commit 311a2f3Copy full SHA for 311a2f3
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## Release 0.76.1 - 25-09-02
4
+
5
+### Added
6
+- Python: Add Python 3.12 and 3.13 x86_64 wheels.
7
8
## Release 0.76.0 - 25-08-20
9
10
### Added
CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.10)
-project(gdk VERSION 0.76.0 LANGUAGES C CXX)
+project(gdk VERSION 0.76.1 LANGUAGES C CXX)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
0 commit comments