LibraryOfCongress / bagit-python

Work with BagIt packages from Python.
http://libraryofcongress.github.io/bagit-python
218 stars 85 forks source link

Bag._open() references deprecated version property #96

Closed mikedarcy closed 6 years ago

mikedarcy commented 6 years ago

This generates a deprecation warning every time Bag._open is called. The deprecation warning is not emitted on 2.x, but is emitted on 3.x

See https://gist.github.com/mikedarcy/1c28a4a2acb7c7d4914a9924b49f47be for context.

acdha commented 6 years ago

Ah, yes. Let me cut 1.6.1…