Skip to content

Commit

Permalink
Release v1.1.2
Browse files Browse the repository at this point in the history
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 <targetdir>/workingdir directory for human or tool
consumption before exiting without writing to the spec file.

Signed-off-by: Matthew Johnson <[email protected]>
  • Loading branch information
matthewrsj committed Oct 23, 2017
1 parent 6017beb commit 67924c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 67924c9

Please sign in to comment.