Skip to content

Commit c8d7a1e

Browse files
committed
Prepare 1.0.0 release
Signed-off-by: Clement Verna <[email protected]>
1 parent 3dae508 commit c8d7a1e

File tree

3 files changed

+15
-11
lines changed

3 files changed

+15
-11
lines changed

NEWS

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,28 @@ NEWS
33
====
44

55
:Authors: Toshio Kuratomi, Luke Macken, Ricky Elrod, Patrick Uiterwijk, Ralph Bean
6-
:Date: TBD
7-
:Version: 0.11.x
6+
:Version: 1.0.0
87

98
------
10-
0.11.x
9+
1.0.0
1110
------
11+
Backwards incompatible:
1212

13+
* Removed fedora.client.bodhi.
1314
* Drop support for Django
1415
* Drop support for TurboGears1
1516
* Drop support for TurboGears2
17+
* Drop support for flask_fas
1618

17-
------------
18-
Next release
19-
------------
19+
New features:
2020

21-
Backwards incompatible:
21+
* OpenIDCBaseClient now supports a client_secret argument
22+
* Add support for PUT and DELETE requests to OpenIdBaseClient 'send_request' method.
23+
* Make flask_fas_openid compatible with flask >= 1.0
2224

23-
* Removed fedora.client.bodhi.
25+
Bugfixes
26+
27+
* OpenIdBaseClient The encoding arg of json.loads() is ignored and deprecated
2428

2529

2630
------

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.10.0'
7+
VERSION = '1.0.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
16-
COPYRIGHT = '2007-2018 Red Hat, Inc.'
16+
COPYRIGHT = '2007-2020 Red Hat, Inc.'
1717
URL = 'https://github.com/fedora-infra/python-fedora'
1818
DOWNLOAD_URL = 'https://pypi.python.org/pypi/python-fedora'
1919
LICENSE = 'LGPLv2+'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
'Intended Audience :: Developers',
4848
'Intended Audience :: System Administrators',
4949
'License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)',
50-
'Programming Language :: Python :: 2.6',
5150
'Programming Language :: Python :: 2.7',
51+
'Programming Language :: Python :: 3.4',
5252
'Topic :: Internet :: WWW/HTTP',
5353
'Topic :: Software Development :: Libraries :: Python Modules',
5454
],

0 commit comments

Comments
 (0)