From 65b395c7a0adf4bb9af56b2d6ed9d0e64b41a0fa Mon Sep 17 00:00:00 2001 From: Pierre Gergondet Date: Fri, 10 Nov 2023 19:09:14 +0900 Subject: [PATCH] Release v1.0.5 This release is compatible with Cython >= 3.0.0 --- CMakeLists.txt | 2 +- conanfile.py | 2 +- debian/changelog | 6 ++++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 09c1c56..0dfd0ec 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 2.8) project(Eigen3ToPython) -set(PROJECT_VERSION 1.0.4) +set(PROJECT_VERSION 1.0.5) find_package(Eigen3 NO_CMAKE_PACKAGE_REGISTRY) if(NOT Eigen3_FOUND) diff --git a/conanfile.py b/conanfile.py index 48c23af..1563a0a 100644 --- a/conanfile.py +++ b/conanfile.py @@ -28,7 +28,7 @@ def enable_python2_and_python3(options): class Eigen3ToPythonConan(ConanFile): name = "Eigen3ToPython" - version = "1.0.4" + version = "1.0.5" description = "Python bindings for the Eigen library" # topics can get used for searches, GitHub topics, Bintray tags etc. Add here keywords about the library topics = ("eigen", "python") diff --git a/debian/changelog b/debian/changelog index 961d884..a040409 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-eigen (1.0.5-1debian1) unstable; urgency=medium + + * Updated upstream version + + -- Pierre Gergondet Fri, 10 Nov 2023 19:09:04 +0900 + python-eigen (1.0.4-1debian1) unstable; urgency=medium * Updated upstream version