Skip to content

Commit

Permalink
NXPY-216: Release 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mickaël Schoentgen authored and BoboTiG committed Apr 27, 2021
1 parent e0d2350 commit 66b94d6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Changelog
=========

5.0.1
5.1.0
-----

Release date: ``2021-0x-xx``
Release date: ``2021-04-27``

- `NXPY-201 <https://jira.nuxeo.com/browse/NXPY-201>`__: Implement support for OAuth2
- `NXPY-213 <https://jira.nuxeo.com/browse/NXPY-213>`__: Handle incomplete serialized HTTP error
Expand Down
2 changes: 1 addition & 1 deletion nuxeo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@


__author__ = "Nuxeo"
__version__ = "5.0.1"
__version__ = "5.1.0"
__copyright__ = """
Copyright Nuxeo (https://www.nuxeo.com) and others.
Expand Down
8 changes: 4 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = nuxeo
version = 5.0.1
version = 5.1.0
author = Nuxeo
author-email = [email protected]
description = Nuxeo REST API Python client
Expand Down Expand Up @@ -40,10 +40,10 @@ install_requires =
setup_requires = requests >= 2.12.2

[options.extras_require]
s3 = boto3 >= 1.10.48
oauth2 =
Authlib >= 0.15.3, < 1.* ; python_version == '2.7'
Authlib >= 0.15.3 ; python_version >= '3.6'
authlib >= 0.15.3, < 1.* ; python_version == '2.7'
authlib >= 0.15.3 ; python_version >= '3.6'
s3 = boto3 >= 1.10.48

[options.package_data]
* = *.cfg, *.rst, *.txt
Expand Down

0 comments on commit 66b94d6

Please sign in to comment.