From 2e864ea77fe253f4e02bce1ce1b44e58f57540a1 Mon Sep 17 00:00:00 2001 From: Rob Falck Date: Thu, 7 Dec 2023 14:09:20 -0500 Subject: [PATCH] bump version to 1.10.0 --- .bumpversion.cfg | 2 +- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- dymos/__init__.py | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 91a3f3e46..5a83d4eaa 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.9.2-dev +current_version = 1.10.0 commit = True tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-(?P[a-z]+))? diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 0d4e17497..f89fb416e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -23,7 +23,7 @@ body: attributes: label: Dymos Version description: What version of Dymos is being used. - placeholder: "1.9.2-dev" + placeholder: "1.10.0" validations: required: true - type: textarea diff --git a/dymos/__init__.py b/dymos/__init__.py index 1f09b912e..c7b1ce889 100644 --- a/dymos/__init__.py +++ b/dymos/__init__.py @@ -1,4 +1,4 @@ -__version__ = '1.9.2-dev' +__version__ = '1.10.0' from .phase import Phase, AnalyticPhase diff --git a/setup.py b/setup.py index 07cfbc0ef..68a3e353e 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ setup(name='dymos', - version='1.9.2-dev', + version='1.10.0', description='Open-Source Optimization of Dynamic Multidisciplinary Systems', long_description=''' Dymos is a framework for the simulation and optimization of dynamical systems within the OpenMDAO Multidisciplinary Analysis and Optimization environment.