Skip to content

Commit

Permalink
Merge pull request #449 from ghga-de/develop
Browse files Browse the repository at this point in the history
Prepare Release 1.0.3
  • Loading branch information
lkuchenb authored Jun 17, 2021
2 parents 7d1681f + 1b3e1e8 commit f4e6b7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion datameta/static/js/datameta.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ DataMeta.uilocal = {};
DataMeta.user = {};
DataMeta.toolTips = [];
DataMeta.popoverList = [];
DataMeta.api = path => "/api/v0/" + path;
DataMeta.api = path => "/api/v1/" + path;

DataMeta.AnnotatedError = function(response) {
this.response = response;
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

setup(
name = 'datameta',
version = '1.0.2',
version = '1.0.3',
description = 'DataMeta - submission server for data and associated metadata',
long_description = README + '\n\n' + CHANGES,
author = 'Leon Kuchenbecker',
Expand Down

0 comments on commit f4e6b7c

Please sign in to comment.