From 2cc292376d1b96b536691a24b3960ed36b8762de Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Mar 25 2013 14:12:25 +0000 Subject: bumped version to 0.2.7.0 --- diff --git a/blockerbugs.spec b/blockerbugs.spec index 5a1c928..90746cb 100644 --- a/blockerbugs.spec +++ b/blockerbugs.spec @@ -3,8 +3,8 @@ %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")} Name: blockerbugs -Version: 0.2.6.2 -Release: 2%{?dist} +Version: 0.2.7.0 +Release: 1%{?dist} Summary: Fedora QA Blocker Tracking Application License: GPLv2+ @@ -110,7 +110,10 @@ cp -v docs/_build/man/*.1 %{buildroot}/%{_mandir}/man1/ %changelog -* Wed Mar 13 2013 Tim Flink - 0.2.6.2-1 +* Mon Mar 25 2013 Tim Flink - 0.2.7.0-1 +- Merged in bugzilla account integration and blocker proposal functionality + +* Wed Mar 13 2013 Tim Flink - 0.2.6.2-2 - Changed el6 build to use sphinx 1.0 for manpage generation support * Tue Mar 12 2013 Tim Flink - 0.2.6.2-1 diff --git a/blockerbugs/__init__.py b/blockerbugs/__init__.py index 403333e..77f2d01 100644 --- a/blockerbugs/__init__.py +++ b/blockerbugs/__init__.py @@ -5,7 +5,7 @@ import logging import os # the version as used in setup.py and docs -__version__ = "0.2.6.2" +__version__ = "0.2.7.0" logging.basicConfig(level=logging.INFO, format='[%(asctime)s] [%(name)s] [%(levelname)s] %(message)s',