1.0b1! 1.0b1
authorGeoffrey Sneddon <geoffers@gmail.com>
Fri Aug 01 01:18:34 2008 +0100 (2008-08-01)
changeset 178fab6bfa129aa
parent 177 aefbab18d985
child 179 9a8d2f24234f
1.0b1!
README.src.html
setup.py
spec-gen
     1.1 --- a/README.src.html	Fri Aug 01 01:17:28 2008 +0100
     1.2 +++ b/README.src.html	Fri Aug 01 01:18:34 2008 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  <!doctype html>
     1.5  <html lang="en-gb-x-sneddy">
     1.6  <meta charset="utf-8">
     1.7 -<title>spec-gen 1.0b1-dev</title>
     1.8 +<title>spec-gen 1.0b1</title>
     1.9  <link rel="stylesheet" href="http://www.whatwg.org/style/specification"> <style>
    1.10  a:not([href]) {
    1.11  background-color: #00f;
     2.1 --- a/setup.py	Fri Aug 01 01:17:28 2008 +0100
     2.2 +++ b/setup.py	Fri Aug 01 01:18:34 2008 +0100
     2.3 @@ -2,7 +2,7 @@
     2.4  
     2.5  setup(name = "specGen",
     2.6  	license="""MIT""",
     2.7 -	version = "1.0b1-dev",
     2.8 +	version = "1.0b1",
     2.9  	author = "Geoffrey Sneddon",
    2.10  	author_email = "geoffers@gmail.com",
    2.11  	packages = ["specGen", "specGen/processes"],
     3.1 --- a/spec-gen	Fri Aug 01 01:17:28 2008 +0100
     3.2 +++ b/spec-gen	Fri Aug 01 01:18:34 2008 +0100
     3.3 @@ -69,7 +69,7 @@
     3.4  		sys.exit(1)
     3.5  
     3.6  def getOptParser():
     3.7 -	parser = OptionParser(usage = __doc__, version="%prog 1.0b1-dev")
     3.8 +	parser = OptionParser(usage = __doc__, version="%prog 1.0b1")
     3.9  	
    3.10  	#parser.add_option("", "", action="store_true",
    3.11  	#	default=False, dest="xml", help="Use an XML parser/serializer.")