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 2d1ee96 commit 3e50f71Copy full SHA for 3e50f71
CHANGES.rst
@@ -1,10 +1,12 @@
1
Changes
2
=========
3
4
-1.0.2 (unreleased)
+1.0.2 (2014-08-21)
5
------------------
6
7
-- Nothing changed yet.
+- Remove all dependencies. clamd is now standalone!
8
+- Use plain setuptools no d2to1.
9
+- Create universal wheel.
10
11
12
1.0.1 (2013-03-06)
setup.py
@@ -9,7 +9,7 @@
setup(
name="clamd",
- version='1.0.2.dev0',
+ version='1.0.2',
13
author="Thomas Grainger",
14
author_email="[email protected]",
15
maintainer="Thomas Grainger",
0 commit comments