Version 1.3.12

This commit is contained in:
Ding-Yi Chen 2012-11-15 17:06:22 +10:00
commit 5e270ea52a
3 changed files with 8 additions and 2 deletions

View file

@ -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.3.11
Version: 1.3.12
Release: 1%{?dist}
Summary: Python Client for Zanata Server
@ -53,6 +53,11 @@ rm -rf $RPM_BUILD_ROOT
%{_bindir}/*
%changelog
* Thu Nov 15 2012 Sean Flanigan <sflaniga@redhat.com> - 1.3.12-1
- Revised test files
- Use PUT instead of POST/PUT when pushing source documents
- Change Flies to Zanata in messages
* Tue Aug 07 2012 Ding-Yi Chen <dchen@redhat.com> - 1.3.11-1
- Updated: CHANGELOG and setup.py