Release 1.0a7

parent 10eb2317
Changes
=======
1.0.a7 (unreleased)
1.0a7 (2013-01-24)
------------------
* Fixed a bug where the hostname would contain a newline.
......
......@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
import glob
import os
version = '1.0a7-dev'
version = '1.0a7'
name = 'slapprepare'
long_description = open("README.txt").read() + "\n" + \
open("CHANGES.txt").read() + "\n"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment