Skip to content

Commit

Permalink
Bump version: 1.12.0 → 1.12.1-dev (#1113)
Browse files Browse the repository at this point in the history
Co-authored-by: swryan <[email protected]>
  • Loading branch information
swryan and swryan authored Oct 2, 2024
1 parent 37b96dd commit 6b48528
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.12.0
current_version = 1.12.1-dev
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.12.0"
placeholder: "1.12.1-dev"
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.12.0'
__version__ = '1.12.1-dev'


from .phase import Phase, AnalyticPhase
Expand Down

0 comments on commit 6b48528

Please sign in to comment.