Skip to content

Commit

Permalink
Merge pull request #530 from suavecode/fix-post_release
Browse files Browse the repository at this point in the history
updates for after a release
  • Loading branch information
planes committed Nov 9, 2021
2 parents b20f7da + 2437e60 commit 4c9e2bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ for future aircraft incorporating advanced technologies.

[![Build status](https://ci.appveyor.com/api/projects/status/h33v9tottm2t5b9a?svg=true)](https://ci.appveyor.com/project/planes/suave)
[![Coverage Status](https://coveralls.io/repos/github/suavecode/SUAVE/badge.svg?branch=develop)](https://coveralls.io/github/suavecode/SUAVE?branch=develop)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4784705.svg)](https://doi.org/10.5281/zenodo.4784705)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5661107.svg)](https://doi.org/10.5281/zenodo.5661107)

License: LGPL-2.1

Expand Down
2 changes: 1 addition & 1 deletion doc/suave_config
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = SUAVE
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 2.1.0
PROJECT_NUMBER = 2.5.0

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion trunk/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def main():
import sys

the_package = 'SUAVE'
version = '2.5.0'
version = 'Develop'
date = 'Nov 9, 2021'

if len(sys.argv) >= 2:
Expand Down

0 comments on commit 4c9e2bc

Please sign in to comment.