Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
cdfarrow committed Apr 23, 2024
2 parents 8eebf99 + 2791ce4 commit 288bdc1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion FlexTools/scripts/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Runtime requirements for FlexTools
cdfutils >= 1.0.8, < 1.1
flexlibs >= 1.2.2, < 1.3
flextoolslib >= 2024.4.19
flextoolslib >= 2024.4.23
2 changes: 1 addition & 1 deletion flextoolslib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#----------------------------------------------------------------------------

# We use the date of release for the version number: YYYY.MM.DD
version = "2024.4.19"
version = "2024.4.23"

# Minimum and maximum supported versions of Fieldworks
# (Later versions should work if the LCM interface hasn't changed.)
Expand Down
2 changes: 1 addition & 1 deletion flextoolslib/code/UIMain.py
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ def __init__(self, appTitle=None, appMenu=None, appStatusbar=None):
if FTConfig.disableDoubleClick is None:
FTConfig.disableDoubleClick = False
if FTConfig.hideCollectionsButton is None:
FTConfig.hideCollectionsButton = True
FTConfig.hideCollectionsButton = False

self.collectionsManager = FTCollections.CollectionsManager()

Expand Down
2 changes: 1 addition & 1 deletion history.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ FLExTools History

====== History =======

2.3.1_2024.4.19
2.3.1_2024.4.23
---------------

+ Issue #13: Enabled multi-selection of modules so that a subset of the
Expand Down

0 comments on commit 288bdc1

Please sign in to comment.