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

Commit

Permalink
changelog for version 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasCARPi committed Jan 21, 2021
1 parent a40556c commit fe1ebbf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog for elabapy

## Version 0.7.0

* Add `get_all_events()`

## Version 0.6.2

* Fix the backup_zip function
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.6.2"
__version__ = "0.7.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.6.2',
version='0.7.0',
description='elabftw API to manage experiments and items',
author='Nicolas CARPi',
author_email='[email protected]',
Expand Down

0 comments on commit fe1ebbf

Please sign in to comment.