Fixes: * fixed `ESCAPE_RE` issue (3 thanks to cormier)
1.1.0
New features: - `Range` class now allows to set exclusive/inclusive boundaries with `boundaries` argument (see 2)
Other changes: - docs cleanup and improvements - PEP 257 is now obligatory standard for formatting docstrings
1.0.0
Backward incompatibile changes: - officially drop support for py32 and introduce support for py35
Note: 1.0.0 still works for py32 but it is not guaranteed to work in next major/minor/patch releases. This change if forced by how packaging in Python works currently and how incredibly hard it is to maintain continuous testing in this ecosystem for python32.
0.0.5
Fixes: - fixed datetime representation (1 thanks to mihau)
0.0.4
Updates: - list of trove classifiers added - solrq has now tested compatibility with py2.6, py2.7, py3.2, py3.3, py3.4, pypy and pypy3