Skip to content

Commit

Permalink
Added 0.11 release
Browse files Browse the repository at this point in the history
  • Loading branch information
defnull committed Oct 9, 2012
1 parent 73c04fa commit 6d0ec02
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ server:

docs:
./build_docs.sh master docs/dev
./build_docs.sh release-0.11 docs/0.11
./build_docs.sh release-0.10 docs/0.10
./build_docs.sh release-0.9 docs/0.9
cd docs; ln -fs 0.10 stable
cd docs; ln -fs 0.11 stable
4 changes: 2 additions & 2 deletions sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@

html_context = {
'releases': [('dev', 'development'),
('0.10', 'stable'),
('0.9', 'old stable')
('0.11', 'stable'),
('0.10', 'old stable')
]
}

Expand Down

0 comments on commit 6d0ec02

Please sign in to comment.