Skip to content

Commit

Permalink
Updated version number for 0.5.1 release, added release notes, fixed …
Browse files Browse the repository at this point in the history
…wrong date in 0.5.0 release notes
  • Loading branch information
apdavison committed Mar 31, 2013
1 parent 19f913f commit c14eab8
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 5 deletions.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
# The short X.Y version.
version = '0.5'
# The full version, including alpha/beta/rc tags.
release = '0.5.1dev'
release = '0.5.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions doc/installation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ or::
Alternatively, you can download the Sumatra package from either PyPI or the
`INCF Software Centre`_ and install it as follows::

$ tar xzf Sumatra-0.5.0.tar.gz
$ cd Sumatra-0.5.0
$ tar xzf Sumatra-0.5.1.tar.gz
$ cd Sumatra-0.5.1
# python setup.py install

The last step may need to be run as root, or using sudo.
Expand Down
1 change: 1 addition & 0 deletions doc/release_notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ Release notes
.. toctree::
:maxdepth: 1

releases/0.5.1.txt
releases/0.5.0.txt
releases/0.4.0.txt
2 changes: 1 addition & 1 deletion doc/releases/0.5.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Sumatra 0.5.0 release notes
===========================

*February 18th 2012*
*February 18th 2013*

Welcome to Sumatra 0.5.0!

Expand Down
13 changes: 13 additions & 0 deletions doc/releases/0.5.1.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
===========================
Sumatra 0.5.1 release notes
===========================

*March 31st 2013*

Sumatra 0.5.1 is a bug-fix release. It adds support for Django 1.5, and fixes
the following bugs:

* ticket:162 "Can't use main files not in current directory when using git"
* ticket:163 "If main file is set but executable is unrecognized, main file isn't run"
* ticket:164 "Command line JSON parameter files which are not intended as 'parameter files' get broken"
* uncaught exception in `have_internet_connection()`
2 changes: 1 addition & 1 deletion src/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
'dependency_finder', 'external', 'web', 'decorators', 'publishing',
'users', 'core']

__version__ = "0.5.1dev"
__version__ = "0.5.1"

0 comments on commit c14eab8

Please sign in to comment.