Skip to content

Commit

Permalink
Merge pull request #3151 from swryan/3.31.2-dev
Browse files Browse the repository at this point in the history
Increment version to 3.31.2-dev
  • Loading branch information
swryan committed Mar 18, 2024
2 parents e5f26fe + eaf788f commit e5a5053
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.31.1
current_version = 3.31.2-dev
commit = False
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
Expand Up @@ -23,7 +23,7 @@ body:
attributes:
label: OpenMDAO Version
description: What version of OpenMDAO is being used.
placeholder: "3.31.1"
placeholder: "3.31.2-dev"
validations:
required: true
- type: textarea
Expand Down
2 changes: 1 addition & 1 deletion openmdao/__init__.py
@@ -1,3 +1,3 @@
__version__ = '3.31.1'
__version__ = '3.31.2-dev'

INF_BOUND = 1.0E30

0 comments on commit e5a5053

Please sign in to comment.