From 17d9846cf43971e4aa7c60413f56807b9acfcd0b Mon Sep 17 00:00:00 2001 From: James Ni Date: Tue, 23 Aug 2011 17:49:09 +0800 Subject: [PATCH] Change to version 1.3.0 --- .gitignore | 1 + sources | 2 +- zanata-python-client.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 5e2f9e1..feffb6b 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /zanata-python-client-1.2.4.tar.gz /zanata-python-client-1.2.5.tar.gz /zanata-python-client-1.2.6.tar.gz +/zanata-python-client-1.3.0.tar.gz diff --git a/sources b/sources index b9670e7..4e1f84f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fe6f10014b947542811fe3a5c577e3bd zanata-python-client-1.2.6.tar.gz +deefcd8f411bf2e521efa6a19902612f zanata-python-client-1.3.0.tar.gz diff --git a/zanata-python-client.spec b/zanata-python-client.spec index 60aad04..b9ab643 100644 --- a/zanata-python-client.spec +++ b/zanata-python-client.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: zanata-python-client -Version: 1.2.6 +Version: 1.3.0 Release: 1%{?dist} Summary: Python Client for Zanata Server @@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/* %changelog +* Tue Aug 23 2011 James Ni - 1.3.0-1 +- Change to version 1.3.0 + * Wed Jul 20 2011 James Ni - 1.2.6-1 - Change to version 1.2.6