Skip to content
Snippets Groups Projects
Commit dc601e72 authored by Vermaat's avatar Vermaat
Browse files

Opened development for 2.0.beta-11.

parent 3f5ab0be
No related branches found
No related tags found
No related merge requests found
......@@ -107,7 +107,8 @@ Alternatively, if you want to have a development environment, use:
sudo python setup.py develop
The development environment uses symlinks to this source directory, so you can
develop directly from here.
develop directly from here. This command should be re-issued whenever the
version number of Mutalyzer is updated.
Setup Mutalyzer
......
......@@ -18,9 +18,9 @@ import os
#
# [1] http://peak.telecommunity.com/DevCenter/setuptools#specifying-your-project-s-version
RELEASE = True
RELEASE = False
__version_info__ = ('2', '0', 'beta-10')
__version_info__ = ('2', '0', 'beta-11', 'dev')
__date__ = '21 Jul 2011'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment