From f7c5f5ae10e9b49e5aae59004fa0b72996f3272b Mon Sep 17 00:00:00 2001 From: Philipp Kraft Date: Fri, 19 Jan 2024 18:05:34 +0100 Subject: [PATCH] Bounced version and fixed submodule --- cmf/__init__.py | 2 +- documentation/doxygen-awesome-css | 1 - tools/Doxyfile | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) delete mode 160000 documentation/doxygen-awesome-css diff --git a/cmf/__init__.py b/cmf/__init__.py index aa31b7a3..7c06a45e 100644 --- a/cmf/__init__.py +++ b/cmf/__init__.py @@ -22,7 +22,7 @@ from .timetools import StopWatch, datetime_to_cmf, timerange -__version__ = '2.0.0b10' +__version__ = '2.0.0' from .cmf_core import connect_cells_with_flux as __ccwf diff --git a/documentation/doxygen-awesome-css b/documentation/doxygen-awesome-css deleted file mode 160000 index df88fe4f..00000000 --- a/documentation/doxygen-awesome-css +++ /dev/null @@ -1 +0,0 @@ -Subproject commit df88fe4fdd97714fadfd3ef17de0b4401f804052 diff --git a/tools/Doxyfile b/tools/Doxyfile index c9af5b91..d96942db 100644 --- a/tools/Doxyfile +++ b/tools/Doxyfile @@ -48,7 +48,7 @@ PROJECT_NAME = cmf # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 2.0.0b10 +PROJECT_NUMBER = 2.0.0 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a