Skip to content
Snippets Groups Projects
Commit 37d92968 authored by Nils Holle's avatar Nils Holle
Browse files

Release 0.6.0

parent c03d12c5
No related branches found
Tags 11_wwu.1
No related merge requests found
Pipeline #173026 passed
Changelog
=========
Version 0.6.0
-------------
- Breaking change: All methods are now snake case (instead of camel case)
- Test user authentication based on "/users/me"
- Repository is now mirrored to Github
Version 0.5.0
-------------
......
......@@ -19,7 +19,7 @@ out = setup(
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# http://packaging.python.org/en/latest/tutorial.html#version
version="0.5.0",
version="0.6.0",
description="API wrapper for SampleDB",
long_description=long_description,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment