Skip to content

Commit

Permalink
Release 2.1.1 to account for packaging issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
charettes committed Jan 28, 2020
1 parent 6af2ec7 commit 2405a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion picklefield/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@

__all__ = 'VERSION', '__version__', 'DEFAULT_PROTOCOL', 'PickledObjectField'

VERSION = (2, 1, 0, 'final', 0)
VERSION = (2, 1, 1, 'final', 0)

__version__ = django.utils.version.get_version(VERSION)

0 comments on commit 2405a2a

Please sign in to comment.