Skip to content

Commit

Permalink
NXPY-70: Release 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Mickaël Schoentgen authored and BoboTiG committed Sep 4, 2018
1 parent f1b25ec commit e8ef88d
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Changelog
2.0.3
-----

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

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

Expand Down
26 changes: 13 additions & 13 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ Getting Started

The installation is as simple as:

::
.. code:: shell
$ pip install --upgrade nuxeo
python -m pip install --upgrade nuxeo
Then, use the following ``import`` statement to have access to the Nuxeo
API:
Expand Down Expand Up @@ -135,37 +135,37 @@ See our `contribution documentation <https://doc.nuxeo.com/x/VIZH>`__.
Setup
~~~~~

::
.. code:: shell
$ git clone https://github.com/nuxeo/nuxeo-python-client
$ cd nuxeo-python-client
$ python setup.py develop
git clone https://github.com/nuxeo/nuxeo-python-client
cd nuxeo-python-client
python setup.py develop
Test
~~~~

A Nuxeo Platform instance needs to be running on
``http://localhost:8080/nuxeo`` for the tests to be run, and then:

::
.. code:: shell
$ python setup.py test
python setup.py test
Tests can be launched without a server with Maven and pytest:

::
.. code:: shell
$ mvn -f ftest/pom.xml clean verify
mvn -f ftest/pom.xml clean verify
Deploying
~~~~~~~~~

For the maintainer, the command to distribute the module is:

::
.. code:: shell
$ python3 -m pip install wheel
$ python3 setup.py sdist bdist_wheel upload
python3 -m pip install wheel
python3 setup.py sdist bdist_wheel upload
Reporting Issues
~~~~~~~~~~~~~~~~
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.2'
__version__ = '2.0.3'
__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.2
version = 2.0.3
author = Nuxeo
author-email = [email protected]
description = Nuxeo REST API Python client
Expand Down

0 comments on commit e8ef88d

Please sign in to comment.