Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Commit

Permalink
v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasCARPi committed Jul 25, 2021
1 parent 878750f commit 59e65b1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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()`
Expand Down
2 changes: 1 addition & 1 deletion elabapy/__init__.py
Original file line number Diff line number Diff line change
@@ -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__ = "[email protected]"
__license__ = "GPL v3"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected]',
Expand Down

0 comments on commit 59e65b1

Please sign in to comment.