Skip to content

Commit

Permalink
Version number is bumped up.
Browse files Browse the repository at this point in the history
CHANGELOG is updated.
  • Loading branch information
idlesign committed Jul 13, 2012
1 parent 5c586d4 commit 129edfb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
v0.9
----
+ Added support for tree and tree item admin models overriding (see #43).
+ Added Foundation CSS Framework menu basic templates (see #41).
+ Added Bootstrap CSS Framework menu and breadcrumbs basic templates (see #41).
* Fixed sorting tree items by parent ID instead of parent sort order (see #55).
* Fixed crashes when using sitetreeload command with colored terminal (fixes #61).


v0.8
----
+ Added 'title' field for Tree models.
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
# built documents.
#
# The short X.Y version.
version = '0.8'
version = '0.9'
# The full version, including alpha/beta/rc tags.
release = '0.8'
release = '0.9'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion sitetree/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = (0, 8)
VERSION = (0, 9)

0 comments on commit 129edfb

Please sign in to comment.