Skip to content

Commit

Permalink
updated to the latest asdf-standard
Browse files Browse the repository at this point in the history
  • Loading branch information
nden committed Sep 9, 2019
1 parent b40cd00 commit f9dfdc7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2.5.0 (Unreleased)
------------------

- Added asdf-standard 1.4.0 to the list of supported versions. [#704]

2.4.2 (2019-08-29)
------------------

Expand Down
2 changes: 1 addition & 1 deletion asdf-standard
3 changes: 2 additions & 1 deletion asdf/versioning.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,8 @@ def __hash__(self):
AsdfVersion('1.0.0'),
AsdfVersion('1.1.0'),
AsdfVersion('1.2.0'),
AsdfVersion('1.3.0')
AsdfVersion('1.3.0'),
AsdfVersion('1.4.0')
]

default_version = supported_versions[-1]
Expand Down

0 comments on commit f9dfdc7

Please sign in to comment.