Skip to content

Commit

Permalink
set default to 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
michmuel committed Dec 11, 2023
1 parent b97d2e5 commit dbb73df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Changelog
2.0.5
-----

Supported GEO-Link API versions: v1.0.0, v1.1.0, v1.1.1, v1.2.0, v1.2.1, v1.2.2 (default), v1.2.3, v1.2.4
Supported GEO-Link API versions: v1.0.0, v1.1.0, v1.1.1, v1.2.0, v1.2.1, v1.2.2, v1.2.3, v1.2.4 (default)

- Fix html rendering of documents with abrogation date
- Dependency updates
Expand Down
2 changes: 1 addition & 1 deletion geolink_formatter/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class XML(object):
_date_format = '%Y-%m-%d'
"""str: Format of date values in XML."""

def __init__(self, host_url=None, version='1.2.2', dtd_validation=False, xsd_validation=True):
def __init__(self, host_url=None, version='1.2.4', dtd_validation=False, xsd_validation=True):
"""Create a new XML parser instance containing the geoLink XSD for validation.
Args:
Expand Down

0 comments on commit dbb73df

Please sign in to comment.