From 1e1a8af5d37a8f7654d66050d1da54b65ec0b35d Mon Sep 17 00:00:00 2001 From: Matthew Johnson Date: Wed, 18 Oct 2017 12:50:09 -0700 Subject: [PATCH] Release v1.1.0 This release greatly improves version and package name detection and adds over 1900 package URL tests for this feature. Package metadata is now written to options.conf under the 'package' section. A Makefile is still being written to, but this is deprecated and will be removed in the future. The mock command is now detected in a manner compatible with linux distributions other than Clear Linux. Signed-off-by: Matthew Johnson --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c246e8d..5ea8b87 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages import sys, os -version = "1.0.3" +version = "1.1.0" def readme(): with open("README.rst") as f: