Skip to content

Commit

Permalink
Version 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
heikomuller committed Oct 7, 2020
1 parent 54e4843 commit c9bb602
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,8 @@
### 0.1.3 - 2020-10-05

* Add archive manager that maintains descriptors in a relational database (\#8)


### 0.1.4 - 2020-10-07

* Add index position information to column class (\#11)
2 changes: 1 addition & 1 deletion tests/archive/manager/test_persistent_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def test_create_archive(ManagerCls, kwargs, tmpdir):
# -- Create empty manager instance ----------------------------------------
manager = ManagerCls(**kwargs)
assert len(manager.archives()) == 0
# -- Ad first archive -----------------------------------------------------
# -- Add irst archive -----------------------------------------------------
descriptor = manager.create(
name='First archive',
description='My first archive',
Expand Down

0 comments on commit c9bb602

Please sign in to comment.