From 59e65b1f1f1272e55bbc3f04c5d0c74895f7c060 Mon Sep 17 00:00:00 2001 From: Nicolas CARPi Date: Sun, 25 Jul 2021 20:15:47 +0200 Subject: [PATCH] v0.8.0 --- CHANGELOG.md | 5 +++++ elabapy/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dcbd247..195afed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog for elabapy +## Version 0.8.0 + +* Add proxies option (#25 by Jean-Luc Parouty) +* Add experiments templates endpoint (#19 by @m6121) + ## Version 0.7.1 * Add `get_tags()` diff --git a/elabapy/__init__.py b/elabapy/__init__.py index 668e204..4aaf896 100644 --- a/elabapy/__init__.py +++ b/elabapy/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """A python module to interact with elabftw API""" -__version__ = "0.7.1" +__version__ = "0.8.0" __author__ = "Nicolas CARPi" __author_email__ = "nico-git@deltablot.email" __license__ = "GPL v3" diff --git a/setup.py b/setup.py index 3dd793a..24595fd 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='elabapy', - version='0.7.1', + version='0.8.0', description='elabftw API to manage experiments and items', author='Nicolas CARPi', author_email='nico-git@deltablot.email',