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

Commit fe1ebbf

Browse files
committed
changelog for version 0.7.0
1 parent a40556c commit fe1ebbf

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog for elabapy
22

3+
## Version 0.7.0
4+
5+
* Add `get_all_events()`
6+
37
## Version 0.6.2
48

59
* Fix the backup_zip function

elabapy/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22
"""A python module to interact with elabftw API"""
33

4-
__version__ = "0.6.2"
4+
__version__ = "0.7.0"
55
__author__ = "Nicolas CARPi"
66
__author_email__ = "[email protected]"
77
__license__ = "GPL v3"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='elabapy',
8-
version='0.6.2',
8+
version='0.7.0',
99
description='elabftw API to manage experiments and items',
1010
author='Nicolas CARPi',
1111
author_email='[email protected]',

0 commit comments

Comments
 (0)