Release v1.1.6

This release deprecates Makefile writing by autospec since per-package
Makefiles are not used by autospec.

Signed-off-by: Matthew Johnson <matthew.johnson@intel.com>
This commit is contained in:
Matthew Johnson
2017-11-14 10:16:51 -08:00
parent 79246f925a
commit fe1b182af4
+1 -1
View File
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
import sys, os
version = "1.1.5"
version = "1.1.6"
def readme():
with open("README.rst") as f: