Skip to content

Commit

Permalink
Upgrade a version
Browse files Browse the repository at this point in the history
  • Loading branch information
axeliodiaz committed Jul 18, 2017
1 parent 3b4116a commit 2f2b781
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 45 deletions.
51 changes: 7 additions & 44 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,52 +3,15 @@
History
-------

0.1.0 (2017-07-17)
++++++++++++++++++

* First release on PyPI.

0.1.1 (2017-07-17)
++++++++++++++++++

* Includying Overview model.

0.1.2 (2017-07-17)
++++++++++++++++++

* Removing validator daprecated.

0.1.3 (2017-07-17)
0.1.11 (2017-07-18)
++++++++++++++++++

* Include Overview model.
* Remove validator daprecated.
* Delete additional description.

0.1.4 (2017-07-17)
++++++++++++++++++

* Change PhoneNumberField by IntegerField.

0.1.5 (2017-07-17)
++++++++++++++++++

* Fix JobInfo foreign key.

0.1.6 (2017-07-17)
++++++++++++++++++

* Adding description to migrate.

0.1.7 (2017-07-17)
++++++++++++++++++

* Adding migrations files.

0.1.8 (2017-07-17)
++++++++++++++++++

* Adding details to run makemigrations and migrate.

0.1.9 (2017-07-17)
++++++++++++++++++

* Adding language register and include all ModelAdmin.
* Add description to migrate.
* Add migrations files.
* Add details to run makemigrations and migrate.
* Add language register and include all ModelAdmin.
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.9'
__version__ = '0.1.11'

0 comments on commit 2f2b781

Please sign in to comment.