Skip to content

Commit 1ecb0d4

Browse files
committed
Bump version for a new release
1 parent 5d9a58d commit 1ecb0d4

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.1'
8+
VERSION = '0.3.32.2'
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.1
6+
Version: 0.3.32.2
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+
* Mon Feb 04 2013 Toshio Kuratomi <toshio@fedoraproject.org> 0.3.32.2-1
166+
- Upstream update fixing a bug interacting with python-requests
167+
165168
* Thu Jan 24 2013 Toshio Kuratomi <toshio@fedoraproject.org> - 0.3.32.1-1
166169
- Fix a documentation bug that slipped through
167170

0 commit comments

Comments
 (0)