Skip to content

Commit b0e1a43

Browse files
committed
Bump version to 0.9.0
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
1 parent b27f38a commit b0e1a43

2 files changed

Lines changed: 9 additions & 7 deletions

File tree

NEWS

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,16 @@ NEWS
33
====
44

55
:Authors: Toshio Kuratomi, Luke Macken, Ricky Elrod, Patrick Uiterwijk, Ralph Bean
6-
:Date: 21 Apr 2016
7-
:Version: 0.8.x
6+
:Date: 5 May 2017
7+
:Version: 0.9.x
88

9-
------------
10-
Next version
11-
------------
9+
-----
10+
0.9.0
11+
-----
1212

1313
* Deprecated fedora.client.bodhi in favor of bodhi.client.bindings.
14+
* Added OpenID Connect client
15+
* Added file permission checks on openidbaseclient cookies
1416

1517

1618
-----

fedora/release.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
NAME = 'python-fedora'
7-
VERSION = '0.8.0'
7+
VERSION = '0.9.0'
88
DESCRIPTION = 'Python modules for interacting with Fedora Services'
99
LONG_DESCRIPTION = '''
1010
The Fedora Project runs many different services. These services help us to
@@ -13,7 +13,7 @@
1313
'''
1414
AUTHOR = 'Toshio Kuratomi, Luke Macken, Ricky Elrod, Ralph Bean, Patrick Uiterwijk'
1515
EMAIL = 'admin@fedoraproject.org'
16-
COPYRIGHT = '2007-2016 Red Hat, Inc.'
16+
COPYRIGHT = '2007-2017 Red Hat, Inc.'
1717
URL = 'https://fedorahosted.org/python-fedora'
1818
DOWNLOAD_URL = 'https://pypi.python.org/pypi/python-fedora'
1919
LICENSE = 'LGPLv2+'

0 commit comments

Comments
 (0)