Skip to content

Commit

Permalink
Prepare 1.0.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Clement Verna <[email protected]>
  • Loading branch information
cverna committed Jan 30, 2020
1 parent 3dae508 commit c8d7a1e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 11 deletions.
20 changes: 12 additions & 8 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,28 @@ NEWS
====

:Authors: Toshio Kuratomi, Luke Macken, Ricky Elrod, Patrick Uiterwijk, Ralph Bean
:Date: TBD
:Version: 0.11.x
:Version: 1.0.0

------
0.11.x
1.0.0
------
Backwards incompatible:

* Removed fedora.client.bodhi.
* Drop support for Django
* Drop support for TurboGears1
* Drop support for TurboGears2
* Drop support for flask_fas

------------
Next release
------------
New features:

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

* Removed fedora.client.bodhi.
Bugfixes

* OpenIdBaseClient The encoding arg of json.loads() is ignored and deprecated


------
Expand Down
4 changes: 2 additions & 2 deletions fedora/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


NAME = 'python-fedora'
VERSION = '0.10.0'
VERSION = '1.0.0'
DESCRIPTION = 'Python modules for interacting with Fedora Services'
LONG_DESCRIPTION = '''
The Fedora Project runs many different services. These services help us to
Expand All @@ -13,7 +13,7 @@
'''
AUTHOR = 'Toshio Kuratomi, Luke Macken, Ricky Elrod, Ralph Bean, Patrick Uiterwijk'
EMAIL = '[email protected]'
COPYRIGHT = '2007-2018 Red Hat, Inc.'
COPYRIGHT = '2007-2020 Red Hat, Inc.'
URL = 'https://github.com/fedora-infra/python-fedora'
DOWNLOAD_URL = 'https://pypi.python.org/pypi/python-fedora'
LICENSE = 'LGPLv2+'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
'Intended Audience :: Developers',
'Intended Audience :: System Administrators',
'License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.4',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Software Development :: Libraries :: Python Modules',
],
Expand Down

0 comments on commit c8d7a1e

Please sign in to comment.