Skip to content

Commit a3d76d5

Browse files
authored
Merge pull request #736 from swryan/0.9.9
Update version for 0.9.9 release
2 parents 6240fca + dc7dcdf commit a3d76d5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.9.9-dev
2+
current_version = 0.9.9
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

Lines changed: 1 addition & 1 deletion
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.9-dev"
24+
placeholder: "0.9.9"
2525
validations:
2626
required: true
2727
- type: textarea

CITATION.cff

Lines changed: 1 addition & 1 deletion
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.8
30+
version: 0.9.9

aviary/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.9.9-dev"
1+
__version__ = "0.9.9"

0 commit comments

Comments
 (0)