Skip to content

Commit

Permalink
Merge pull request #657 from swryan/0.9.8-rel
Browse files Browse the repository at this point in the history
Updated version for v0.9.8 release
  • Loading branch information
swryan authored Jan 28, 2025
2 parents 927b832 + 10f057b commit 50c1745
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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 = 0.9.7-dev
current_version = 0.9.8
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
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ body:
attributes:
label: Aviary Version
description: What version of Aviary is being used.
placeholder: "0.9.7-dev"
placeholder: "0.9.8"
validations:
required: true
- type: textarea
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ jobs:

# latest versions of openmdao/dymos
- NAME: latest
PY: '3.10'
PY: '3.12'
NUMPY: 1
SCIPY: 1
PYOPTSPARSE: 'v2.9.1'
PYOPTSPARSE: 'v2.12.0'
SNOPT: '7.7'
OPENMDAO: 'latest'
DYMOS: 'latest'
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ identifiers:
repository-code: 'https://github.com/OpenMDAO/Aviary'
repository: 'https://github.com/OpenMDAO/Aviary_Community'
license: Apache-2.0
version: 0.9.7
version: 0.9.8
2 changes: 1 addition & 1 deletion aviary/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.9.7-dev"
__version__ = "0.9.8"

0 comments on commit 50c1745

Please sign in to comment.