From 67924c9b179313ae9f10a0f0ac2fc34deaa441b4 Mon Sep 17 00:00:00 2001 From: Matthew Johnson Date: Mon, 23 Oct 2017 15:33:34 -0700 Subject: [PATCH] Release v1.1.2 This release improves automated commit message guesses using the git shortlog for the updated package. It also adds a --no-prep option that downloads the sources, does the basic name and version detection, and puts metadata in the /workingdir directory for human or tool consumption before exiting without writing to the spec file. Signed-off-by: Matthew Johnson --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 29d2e13..6f70ba2 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages import sys, os -version = "1.1.1" +version = "1.1.2" def readme(): with open("README.rst") as f: