Skip to content

Commit

Permalink
Bump tooling and GDS to 3.2.0 (#1972)
Browse files Browse the repository at this point in the history
* Bump tooling and GDS to 3.2.0

* update FALLBACK_VERSION

* Adding CMake User API to user guide
  • Loading branch information
thomas-bc authored Apr 20, 2023
1 parent 6ac7b73 commit cc368c2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Autocoders/Python/src/fprime_ac/utils/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import os
import subprocess

FALLBACK_VERSION = "v3.1.1" # Keep up-to-date on release tag
FALLBACK_VERSION = "v3.2.0" # Keep up-to-date on release tag


def get_version_str(working_dir, fallback=FALLBACK_VERSION):
Expand Down
1 change: 1 addition & 0 deletions docs/UsersGuide/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ This section is divided into three sub-sections:
- API Documentation
- [GDS CLI Design](./dev/gds-cli-dev.md)
- [C++ Documentation](./api/c++/html/index.html)
- [CMake User API](./api/cmake/API.html)



Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Flask==2.2.2
Flask-Compress==1.13
Flask-RESTful==0.3.9
fprime-fpp==1.2.0
fprime-gds==3.1.5a4
fprime-tools==3.1.2a4
fprime-gds==3.2.0
fprime-tools==3.2.0
gcovr==5.2
idna==3.4
importlib-metadata==4.13.0
Expand Down

0 comments on commit cc368c2

Please sign in to comment.