Skip to content

Commit

Permalink
bump to 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ablwr committed Oct 31, 2019
1 parent 23b4608 commit 668b1b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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__ = 'beta-1.4'
__version__ = '1.4'


CONFIG_DIR = join(abspath(dirname(__file__)), 'conf')
Expand Down
2 changes: 1 addition & 1 deletion fido/conf/versions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
<pronomSignature>formats-v95.xml</pronomSignature>
<pronomContainerSignature>container-signature-20180920.xml</pronomContainerSignature>
<fidoExtensionSignature>format_extensions.xml</fidoExtensionSignature>
<updateScript>beta-1.4</updateScript>
<updateScript>1.4</updateScript>
</versions>

0 comments on commit 668b1b9

Please sign in to comment.