Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump tooling and GDS to 3.2.0 #1972

Merged
merged 3 commits into from
Apr 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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