Skip to content

Commit

Permalink
Bumped version to 1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
charettes committed Jun 29, 2017
1 parent 99c3956 commit 0dcdb06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ since it is never a good idea to have a PickledObjectField be user editable.
Changes
-------

Changes in version 0.3.3
Changes in version 1.0.0
========================

* Added a new option to prevent a copy of the object before pickling: `copy=True`
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

setup(
name='django-picklefield',
version='0.3.2',
version='1.0.0',
description='Pickled object field for Django',
long_description=long_description,
author='Gintautas Miliauskas',
Expand Down

0 comments on commit 0dcdb06

Please sign in to comment.