Skip to content

Commit

Permalink
Bump versions for release v3.4.0 (#2389)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeStarch committed Nov 29, 2023
1 parent d5f6f27 commit 0e66d8d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.3.2" # Keep up-to-date on release tag
FALLBACK_VERSION = "v3.4.0" # Keep up-to-date on release tag


def get_version_str(working_dir, fallback=FALLBACK_VERSION):
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ fprime-fpp-syntax==2.0.1
fprime-fpp-to-cpp==2.0.1
fprime-fpp-to-json==2.0.1
fprime-fpp-to-xml==2.0.1
fprime-gds==3.3.3
fprime-tools==3.4.0a1
fprime-visual==1.0.1a2
fprime-gds==3.4.0
fprime-tools==3.4.0
fprime-visual==1.0.1
gcovr==6.0
idna==3.4
importlib-metadata==6.7.0
Expand Down

0 comments on commit 0e66d8d

Please sign in to comment.