Updated PhotosDB.__init__() to accept positional or named arg for dbfile and added associated tests

This commit is contained in:
Rhet Turnbull
2019-12-08 17:20:51 -08:00
parent aaba5cabf3
commit 911804317b
4 changed files with 130 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
""" version info """
__version__ = "0.14.20"
__version__ = "0.14.21"