Skip to content

Commit

Permalink
Merge branch 'release/0.3.1' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
timdiggins committed Mar 19, 2012
2 parents 2ff2104 + 2f19bfd commit b1e961b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions NEWS.txt
Expand Up @@ -22,3 +22,8 @@ Release notes
---

* Version by Tim Diggins (red56) calling it django-immutablemodel and making immutability after save by default

0.3.1
---

* Fixing problem with abstract models
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -8,7 +8,7 @@

setup(
name = 'django-immutablemodel',
version = '0.3',
version = '0.3.1',
description="A base class for Django to allow immutable fields on Models",
long_description=README + '\n\n' + NEWS,
classifiers=[
Expand Down

0 comments on commit b1e961b

Please sign in to comment.