Skip to content

Commit

Permalink
Bump title, add release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaoming committed May 5, 2016
1 parent adcfdb4 commit 7a53fec
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,20 @@ New features are introduced in the 0.1 branch until something seriously has to
break due to some force majeure.


django-wiki 0.1.1
-----------------

New features:

* Brand new Account Settings page (email / password) - Thanks: inflrscns
* Testproject turned into Django 1.9 layout
* Do not depend on STATIC_URL anymore, use {% static %}
* Bugfix for ``pip install wiki`` in an empty (no Django installed) virtualenv
* Precommit hooks added in repository
* Import statements sorted and codebase re-pep8'thed
* Log in page is now called "Log in" in ``<title>`` tag - Thanks: Eugene Obukhov


django-wiki 0.1
---------------

Expand Down
2 changes: 1 addition & 1 deletion wiki/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@

from wiki.core.version import get_version

VERSION = (0, 1, 0, 'final', 0)
VERSION = (0, 1, 1, 'final', 0)
__version__ = get_version(VERSION)

0 comments on commit 7a53fec

Please sign in to comment.