Skip to content

Commit

Permalink
Bumping versions for release v3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LeStarch committed Nov 28, 2023
1 parent d1d5860 commit d0cf5f2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ et-xmlfile==1.1.0
Flask==3.0.0
Flask-Compress==1.14
Flask-RESTful==0.3.10
fprime-fpl-convert-xml==1.0.1a4
fprime-fpl-extract-xml==1.0.1a4
fprime-fpl-layout==1.0.1a4
fprime-fpl-write-pic==1.0.1a4
fprime-fpl-convert-xml==1.0.1
fprime-fpl-extract-xml==1.0.1
fprime-fpl-layout==1.0.1
fprime-fpl-write-pic==1.0.1
fprime-fpp-check==2.0.1
fprime-fpp-depend==2.0.1
fprime-fpp-filenames==2.0.1
Expand All @@ -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 d0cf5f2

Please sign in to comment.