Skip to content

Commit

Permalink
Merge pull request #8 from chocobn69/1.2.0
Browse files Browse the repository at this point in the history
1.2.0
  • Loading branch information
chocobn69 authored Jul 16, 2021
2 parents 8391c1e + 023e7a8 commit 3f4a22e
Show file tree
Hide file tree
Showing 33 changed files with 783 additions and 427 deletions.
7 changes: 4 additions & 3 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ Credits
Development Lead
----------------

* Quentin Vaudaine
* Boguta Maxime
* Nicolas Baccelli

Contributors
------------

* Nicolas Baccelli
* Jocelyn Griselle
* Salem Harrache
* Quentin Vaudaine
* Boguta Maxime
* Nicolas Baccelli
9 changes: 9 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
Shiba : Python API for PriceMinister WebServices
================================================

Version 1.2.0
-------------------

Released on XXX 2021

- Reformat code using `black`
- Compatibility to python 3.9
- Removes python 3.4, 3.5

Version 1.1.12
-------------------

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ init: ## Install the project in development mode (using virtualenv is highly re
# Useful to build the documentation
pip install sphinx sphinx-readable-theme
# Useful for dev
pip install tox ipdb jedi pytest pytest-cov flake8 wheel bumpversion httpie
pip install tox ipdb jedi pytest pytest-cov flake8 wheel bumpversion httpie black

clean: clean-build clean-pyc clean-test ## Remove all build, test, coverage and Python artifacts

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Shiba
=====

**Shiba** is a Python package that provides interfaces to **PriceMinister Web services**. Currently, all features works
with *Python3.x*. (3.4, 3.5, 3.6, 3.7)
with *Python3.x*. (3.6, 3.7, 3.8, 3.9)

Shiba supports all the Web services introduced by the *PriceMinister developper blog*.

Expand Down
Loading

0 comments on commit 3f4a22e

Please sign in to comment.