Skip to content

Commit

Permalink
release as v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jedie committed May 15, 2012
1 parent d0c64f1 commit ed4d0c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.creole
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ django-reversion-compare/reversion_compare_test_project$ ./manage.py test rever

== changelog ==

* v0.2.2 - 15.05.2012:
** Compare many-to-many in the right way.
* v0.2.1 - 10.05.2012:
** Bugfix for models which has no m2m field: https://github.com/jedie/django-reversion-compare/commit/c8e042945a6e78e5540b6ae27666f9b0cfc94880
* v0.2.0 - 09.05.2012:
Expand Down
2 changes: 1 addition & 1 deletion reversion_compare/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import subprocess


__version__ = (0, 2, 1, "beta")
__version__ = (0, 2, 2, "beta")


VERSION_STRING = '.'.join(str(part) for part in __version__)
Expand Down

0 comments on commit ed4d0c8

Please sign in to comment.