Skip to content

Commit a0544af

Browse files
committed
Bump version number in preparation for new release
1 parent ef0775d commit a0544af

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

fedora/release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from fedora import _
66

77
NAME = 'python-fedora'
8-
VERSION = '0.3.32'
8+
VERSION = '0.3.32.1'
99
DESCRIPTION = _('Python modules for interacting with Fedora Services')
1010
LONG_DESCRIPTION = _('''
1111
The Fedora Project runs many different services. These services help us to

python-fedora.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#%%global prerel c2
44

55
Name: python-fedora
6-
Version: 0.3.32
6+
Version: 0.3.32.1
77
Release: 1%{?dist}
88
Summary: Python modules for talking to Fedora Infrastructure Services
99

@@ -162,6 +162,9 @@ rm -rf %{buildroot}
162162
%{python_sitelib}/flask_fas.py*
163163

164164
%changelog
165+
* Thu Jan 24 2013 Toshio Kuratomi <toshio@fedoraproject.org> - 0.3.32.1-1
166+
- Fix a documentation bug that slipped through
167+
165168
* Wed Jan 23 2013 Ralph Bean <rbean@redhat.com> - 0.3.32-1
166169
- Replace pyCurl with python-requests in ProxyClient.
167170

0 commit comments

Comments
 (0)