From 82f816a731dd116d7914272eeadb19ac311facb9 Mon Sep 17 00:00:00 2001 From: Matthew Johnson Date: Wed, 11 Oct 2017 15:43:31 -0700 Subject: [PATCH] Release v1.0.3 This release adds the "-C/--cleanup" flag to clean up the mock chroots after a build. It also ensures that mock will build unique chroots for each build, useful for automation environments where autospec is run in parallel. Signed-off-by: Matthew Johnson --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6dff9e3..c246e8d 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages import sys, os -version = "1.0.2" +version = "1.0.3" def readme(): with open("README.rst") as f: