Skip to content

Commit

Permalink
bumped version to 1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
robfalck committed Oct 1, 2024
1 parent 4f923d3 commit 035d7cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.11.1-dev
current_version = 1.12.0
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ body:
attributes:
label: Dymos Version
description: What version of Dymos is being used.
placeholder: "1.11.1-dev"
placeholder: "1.12.0"
validations:
required: true
- type: textarea
Expand Down
2 changes: 1 addition & 1 deletion dymos/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '1.11.1-dev'
__version__ = '1.12.0'


from .phase import Phase, AnalyticPhase
Expand Down

0 comments on commit 035d7cc

Please sign in to comment.