Skip to content

Commit

Permalink
NXPY-75: Release 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Mickaël Schoentgen authored and BoboTiG committed Oct 24, 2018
1 parent bdaa026 commit 828df2f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
18 changes: 14 additions & 4 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,18 +1,28 @@
Changelog
=========

2.0.4
-----

Release date: ``2018-10-24``

- `NXPY-71 <https://jira.nuxeo.com/browse/NXPY-71>`__: Use tox to test the client on Python 2 and 3
- `NXPY-72 <https://jira.nuxeo.com/browse/NXPY-72>`__: Rely only on ``application/json`` content type
- `NXPY-74 <https://jira.nuxeo.com/browse/NXPY-74>`__: Add ``context`` as a property of Operation class


2.0.3
-----

Release date: ``2018-09-04``

- `NXPY-69 <https://jira.nuxeo.com/browse/NXPY-69>`__: Split the get_digester() function in two
- `NXPY-69 <https://jira.nuxeo.com/browse/NXPY-69>`__: Split the ``get_digester()`` function in two

Technical changes
-----------------

- Added utils.py::\ `get_digest_algorithm()`
- Added utils.py::\ `get_digest_hash()`
- Added utils.py::\ ``get_digest_algorithm()``
- Added utils.py::\ ``get_digest_hash()``

2.0.2
-----
Expand All @@ -26,7 +36,7 @@ Release date: ``2018-06-28``
Technical changes
-----------------

- Removed compat.py::\ `get_error_message()`
- Removed compat.py::\ ``get_error_message()``

2.0.1
-----
Expand Down
2 changes: 1 addition & 1 deletion nuxeo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


__author__ = 'Nuxeo'
__version__ = '2.0.3'
__version__ = '2.0.4'
__copyright__ = """
Copyright Nuxeo (https://www.nuxeo.com) and others.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = nuxeo
version = 2.0.3
version = 2.0.4
author = Nuxeo
author-email = [email protected]
description = Nuxeo REST API Python client
Expand Down

0 comments on commit 828df2f

Please sign in to comment.