Skip to content

Releases: swistakm/solrq

1.1.2

23 Nov 16:19
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.1...1.1.2

1.1.1

05 Mar 15:50
Compare
Choose a tag to compare

Fixes:

1.1.0

07 Sep 10:14
Compare
Choose a tag to compare

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

29 Aug 14:47
Compare
Choose a tag to compare

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

29 Aug 14:17
Compare
Choose a tag to compare

Fixes:

  • fixed datetime representation (#1 thanks to @mihau)

0.0.4

25 Jun 15:34
Compare
Choose a tag to compare

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

0.0.3

15 Jun 13:59
Compare
Choose a tag to compare

Mostly API documentation fixes but so vast that they deserved patch version bump and new release.

0.0.2

15 Jun 13:58
Compare
Choose a tag to compare

first working release