We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65ac0ab commit 5bbaf85Copy full SHA for 5bbaf85
pysolr.py
@@ -52,7 +52,7 @@
52
53
__author__ = 'Daniel Lindsley, Joseph Kocherhans, Jacob Kaplan-Moss'
54
__all__ = ['Solr']
55
-__version__ = (3, 1, 0)
+__version__ = (3, 2, 0)
56
57
58
def get_version():
setup.cfg
@@ -0,0 +1,2 @@
1
+[wheel]
2
+universal = 1
setup.py
@@ -6,7 +6,7 @@
6
7
setup(
8
name="pysolr",
9
- version="3.1.0",
+ version="3.2.0",
10
description="Lightweight python wrapper for Apache Solr.",
11
author='Daniel Lindsley',
12
author_email='daniel@toastdriven.com',
0 commit comments