Skip to content

Commit 50c1745

Browse files
authored
Merge pull request #657 from swryan/0.9.8-rel
Updated version for v0.9.8 release
2 parents 927b832 + 10f057b commit 50c1745

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.9.7-dev
2+
current_version = 0.9.8
33
commit = False
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?

.github/ISSUE_TEMPLATE/bug_report.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ body:
2121
attributes:
2222
label: Aviary Version
2323
description: What version of Aviary is being used.
24-
placeholder: "0.9.7-dev"
24+
placeholder: "0.9.8"
2525
validations:
2626
required: true
2727
- type: textarea

.github/workflows/test_workflow.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ jobs:
4646

4747
# latest versions of openmdao/dymos
4848
- NAME: latest
49-
PY: '3.10'
49+
PY: '3.12'
5050
NUMPY: 1
5151
SCIPY: 1
52-
PYOPTSPARSE: 'v2.9.1'
52+
PYOPTSPARSE: 'v2.12.0'
5353
SNOPT: '7.7'
5454
OPENMDAO: 'latest'
5555
DYMOS: 'latest'

CITATION.cff

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ identifiers:
2727
repository-code: 'https://github.com/OpenMDAO/Aviary'
2828
repository: 'https://github.com/OpenMDAO/Aviary_Community'
2929
license: Apache-2.0
30-
version: 0.9.7
30+
version: 0.9.8

aviary/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.9.7-dev"
1+
__version__ = "0.9.8"

0 commit comments

Comments
 (0)