File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Autocoders/Python/src/fprime_ac/utils Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2
2
import os
3
3
import subprocess
4
4
5
- FALLBACK_VERSION = "v3.4.0 " # Keep up-to-date on release tag
5
+ FALLBACK_VERSION = "v3.4.1 " # Keep up-to-date on release tag
6
6
7
7
8
8
def get_version_str (working_dir , fallback = FALLBACK_VERSION ):
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ et-xmlfile==1.1.0
14
14
Flask == 3.0.0
15
15
Flask-Compress == 1.14
16
16
Flask-RESTful == 0.3.10
17
- fprime-fpl-convert-xml == 1.0.1a4
18
- fprime-fpl-extract-xml == 1.0.1a4
19
- fprime-fpl-layout == 1.0.1a4
20
- fprime-fpl-write-pic == 1.0.1a4
17
+ fprime-fpl-convert-xml == 1.0.3
18
+ fprime-fpl-extract-xml == 1.0.3
19
+ fprime-fpl-layout == 1.0.3
20
+ fprime-fpl-write-pic == 1.0.3
21
21
fprime-fpp-check == 2.0.2
22
22
fprime-fpp-depend == 2.0.2
23
23
fprime-fpp-filenames == 2.0.2
@@ -29,9 +29,9 @@ fprime-fpp-syntax==2.0.2
29
29
fprime-fpp-to-cpp == 2.0.2
30
30
fprime-fpp-to-json == 2.0.2
31
31
fprime-fpp-to-xml == 2.0.2
32
- fprime-gds == 3.4.0
33
- fprime-tools == 3.4.0
34
- fprime-visual == 1.0.1
32
+ fprime-gds == 3.4.1
33
+ fprime-tools == 3.4.1
34
+ fprime-visual == 1.0.2
35
35
gcovr == 6.0
36
36
idna == 3.4
37
37
importlib-metadata == 6.7.0
You can’t perform that action at this time.
0 commit comments