Release v1.1.5

This release adds efivar and gnu-efi simple patterns.

Signed-off-by: Matthew Johnson <matthew.johnson@intel.com>
This commit is contained in:
Matthew Johnson
2017-11-09 15:02:46 -08:00
parent 8281fb1b97
commit 16dcfbb2d9
+1 -1
View File
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
import sys, os
version = "1.1.4"
version = "1.1.5"
def readme():
with open("README.rst") as f: