From 33434be0a3a30925fc7755e74c14964edb7054cb Mon Sep 17 00:00:00 2001 From: Luigi Ballabio Date: Thu, 19 Oct 2023 11:41:57 +0200 Subject: [PATCH] Set version to 1.35 final --- Python/setup.py | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Python/setup.py b/Python/setup.py index e538cfc13..a2b82b835 100644 --- a/Python/setup.py +++ b/Python/setup.py @@ -213,7 +213,7 @@ def finalize_options(self): ] setup(name = "QuantLib", - version = "1.35-rc", + version = "1.35", description = "Python bindings for the QuantLib library", long_description = """ QuantLib (https://www.quantlib.org/) is a free/open-source C++ library diff --git a/configure.ac b/configure.ac index a987cfa31..aa61ef906 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # Process this file with autoconf to produce a configure script. -AC_INIT([QuantLib-SWIG], [1.35-rc], +AC_INIT([QuantLib-SWIG], [1.35], [quantlib-dev@lists.sourceforge.net], [QuantLib-SWIG]) AC_PREREQ(2.50)