Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
grantmcconnaughey committed Feb 20, 2016
1 parent 658eba6 commit e0e966a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
History
-------

0.3.0 (Not released)
++++++++++++++++++
0.3.0 (February 20, 2016)
+++++++++++++++++++++++++

* ``FieldHistory`` objects are now created using ``bulk_create``, which means only one query will be executed, even when changing multiple fields at the same time.
* Added a way to store which user updated a field.
* Added ``get_latest_by`` to ``FieldHistory`` Meta options so ``.latest()`` and ``.earliest()`` can be used.
* Added ``createinitialfieldhistory`` management command.
* Added ``renamefieldhistory`` management command.

0.2.0 (2016-02-17)
++++++++++++++++++
0.2.0 (February 17, 2016)
+++++++++++++++++++++++++

* First release on PyPI.
2 changes: 1 addition & 1 deletion field_history/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.2.0'
__version__ = '0.3.0'

0 comments on commit e0e966a

Please sign in to comment.