Skip to content

Commit

Permalink
Issues #12 and #16 updated:
Browse files Browse the repository at this point in the history
- all 'add_' functions return query results (KeyedTuple)
- ids are managed using a new table called next_id
- Fix things that were broken when going from DatabaseMapping to 
DiffDatabaseMapping
- Version bump to 004
-
  • Loading branch information
Manuel Marin committed Sep 30, 2018
1 parent 9430a67 commit 75a395e
Show file tree
Hide file tree
Showing 4 changed files with 735 additions and 482 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='spinedatabase_api',
version='0.0.3',
version='0.0.4',
description='An API to access Spine databases',
url='https://gitlab.vtt.fi/spine/data',
author='Manuel Marin',
Expand Down
Loading

0 comments on commit 75a395e

Please sign in to comment.