Skip to content

Commit

Permalink
Merge pull request #211 from openpreserve/rel/1.6
Browse files Browse the repository at this point in the history
REL: Fido v1.6.1
  • Loading branch information
carlwilson authored Dec 22, 2022
2 parents 72c9727 + 7cb0347 commit 67d8786
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion fido/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from six.moves import input as rinput


__version__ = '1.6.0'
__version__ = '1.6.1'


CONFIG_DIR = join(abspath(dirname(__file__)), 'conf')
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ def find_version(*file_paths):
'six >= 1.10.0, < 2',
'win-unicode-console >= 0.5; python_version == "2.7" and platform_system == "Windows"',
'importlib-resources',
'requests'
]


Expand Down

0 comments on commit 67d8786

Please sign in to comment.