Skip to content

Commit

Permalink
Close the new release v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
brunato committed Jan 30, 2019
1 parent 7793542 commit 1d68842
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
CHANGELOG
*********

`v1.1.2`_ (TBD)
===============
`v1.1.2`_ (2019-01-30)
======================
* Fixes for XSD datatypes
* Change the default value of *default_namespace* argument of XPath2Parser to ``None``

`v1.1.1`_ (2018-01-19)
`v1.1.1`_ (2019-01-19)
======================
* Improvements and fixes for XSD datatypes
* Rewritten AbstractDateTime for supporting years with value > 9999
Expand Down
2 changes: 1 addition & 1 deletion elementpath/xpath_token.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
from .exceptions import xpath_error
from .namespaces import XQT_ERRORS_NAMESPACE
from .xpath_helpers import is_etree_element, is_document_node, boolean_value, string_value, data_value, number_value
from .datatypes import UntypedAtomic, Date, Time, Timezone, DayTimeDuration
from .datatypes import UntypedAtomic, Timezone, DayTimeDuration
from .tdop_parser import Token


Expand Down

0 comments on commit 1d68842

Please sign in to comment.