From 6e403b8efc6ce3f2a228d7dcad9d57297866e506 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Oct 09 2012 20:47:30 +0000 Subject: New release --- diff --git a/fedpkg.spec b/fedpkg.spec index 611e284..68becf0 100644 --- a/fedpkg.spec +++ b/fedpkg.spec @@ -2,7 +2,7 @@ %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} Name: fedpkg -Version: 1.9 +Version: 1.10 Release: 1%{?dist} Summary: Fedora utility for working with dist-git @@ -65,6 +65,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Oct 09 2012 Jesse Keating - 1.10-1 +- Force invalid dist values to 0 (spot) (jkeating) +- Fix a traceback in fixbranches (#817478) (jkeating) + * Mon Mar 12 2012 Jesse Keating - 1.9-1 - Wrap the prune command in a try (rhbz#785820) (jkeating) - Use koji if we have it to get master details (rhbz#785234) (jkeating) diff --git a/setup.py b/setup.py index bb7512e..bae5d7e 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name = "fedpkg", - version = "1.9", + version = "1.10", author = "Jesse Keating", author_email = "jkeating@redhat.com", description = ("Red Hat plugin to rpkg to manage "