From fccc971d78920b7b3d302374a03712d65d8c540b Mon Sep 17 00:00:00 2001 From: Sebastian Blauth Date: Thu, 28 Jul 2022 10:50:58 +0200 Subject: [PATCH] version bump --- .zenodo.json | 4 ++-- cashocs/__init__.py | 2 +- docs/source/conf.py | 2 +- setup.cfg | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.zenodo.json b/.zenodo.json index 1ca27919..f9f0f3df 100755 --- a/.zenodo.json +++ b/.zenodo.json @@ -1,8 +1,8 @@ { "description": "

cashocs is a computational, adjoint-based shape optimization and optimal control software.

", "license": "GPL-3.0+", - "title": "cashocs v1.8.1", - "version": "v1.8.1", + "title": "cashocs v1.8.2", + "version": "v1.8.2", "upload_type": "software", "creators": [ { diff --git a/cashocs/__init__.py b/cashocs/__init__.py index d08973bd..a040901e 100755 --- a/cashocs/__init__.py +++ b/cashocs/__init__.py @@ -57,7 +57,7 @@ from cashocs.nonlinear_solvers import newton_solve from cashocs.nonlinear_solvers import picard_iteration -__version__ = "1.8.1" +__version__ = "1.8.2" __citation__ = """ @Article{Blauth2021cashocs, diff --git a/docs/source/conf.py b/docs/source/conf.py index 01e77b8a..6f89c329 100755 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -23,7 +23,7 @@ author = "Sebastian Blauth" # The full version, including alpha/beta/rc tags -release = "1.8.1" +release = "1.8.2" # -- General configuration --------------------------------------------------- diff --git a/setup.cfg b/setup.cfg index 0ef228b6..afb0a974 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = cashocs -version = 1.8.1 +version = 1.8.2 author = Sebastian Blauth author_email = sebastian.blauth@itwm.fraunhofer.de description = Computational Adjoint-Based Shape Optimization and Optimal Control Software