Skip to content

Commit

Permalink
Add TimeStampedModel to Overview
Browse files Browse the repository at this point in the history
  • Loading branch information
axeliodiaz committed Jul 18, 2017
1 parent 5247d2e commit 83933e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
History
-------

0.1.11 (2017-07-18)
0.1.12 (2017-07-18)
++++++++++++++++++

* Include Overview model.
Expand All @@ -15,3 +15,4 @@ History
* Add migrations files.
* Add details to run makemigrations and migrate.
* Add language register and include all ModelAdmin.
* Add TimeStampedModel to Overview
2 changes: 1 addition & 1 deletion django_curriculum/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.11'
__version__ = '0.1.12'

0 comments on commit 83933e9

Please sign in to comment.