diff --git a/.gitignore b/.gitignore index cd076cc..78c3dc7 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,4 @@ bodhi-0.7.14.tar.bz2 /2.2.3.tar.gz /2.2.4.tar.gz /2.3.0.tar.gz +/2.3.1.tar.gz diff --git a/bodhi.spec b/bodhi.spec index 6b171f9..1985bad 100644 --- a/bodhi.spec +++ b/bodhi.spec @@ -2,8 +2,8 @@ %{!?pyver: %global pyver %(%{__python} -c "import sys ; print sys.version[:3]")} Name: bodhi -Version: 2.3.0 -Release: 2%{?dist} +Version: 2.3.1 +Release: 1%{?dist} BuildArch: noarch ExcludeArch: ppc64 ppc @@ -314,6 +314,9 @@ PYTHONPATH=. %{__python} setup.py nosetests %changelog +* Thu Oct 27 2016 Randy Barlow - 2.3.1-1 +- Update to 2.3.1. + * Thu Oct 27 2016 Randy Barlow - 2.3.0-2 - The client and server packages now depend on the common package by release (#1389518). diff --git a/sources b/sources index b6f0bbc..2bb3e26 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cb2c11f33ed3935d363d1d14c93d7ca5 2.3.0.tar.gz +8f418f706e18194ac32541f72b70bc85 2.3.1.tar.gz