Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Feb 25, 2019
1 parent 6a0d040 commit 37bd4aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

setup(
name=module_name,
version='2.8.2',
version='2.8.3',
python_requires='>=3.6',
license='MIT',
platforms=['Linux', 'Windows', 'Mac'],
Expand Down
2 changes: 1 addition & 1 deletion test/test_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def test_sys_album_add_file(self):
pat = str(albums_root / '2017' / '0920 Clones' / '*.*')
files = sorted(s.root.glob(pat))
self.assertEqual(4, len(files))
self.assertFalse((albums_root / '2017' / '0923 Clones').exists())
self.assertFalse((albums_root / '2017' / '0923 Clones').is_dir())

def test_system_date_range(self):
s = ts.SetupDbAndCredentials()
Expand Down

0 comments on commit 37bd4aa

Please sign in to comment.