From 3e1b01f0973a04fd93dea2e765b24b16f6f64ace Mon Sep 17 00:00:00 2001 From: Ferdinand Majerech Date: Mon, 23 Jan 2012 16:20:52 +0100 Subject: [PATCH] Updated version numbers to 0.4 . --- README.html | 8 ++++---- README.rst | 4 ++-- autoddoc.cfg | 2 +- docsrc/conf.py | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.html b/README.html index aceea86..c7c653b 100644 --- a/README.html +++ b/README.html @@ -4,7 +4,7 @@ -D:YAML 0.3 +D:YAML 0.4 -
-

D:YAML 0.3

+
+

D:YAML 0.4

Introduction

@@ -386,7 +386,7 @@ There are no plans to implement this at the moment. Example D:YAML code. ./test -Unittest code and inputs. +Unittest code and data. diff --git a/README.rst b/README.rst index 9f7205e..bcdb8f1 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,5 @@ ========== -D:YAML 0.3 +D:YAML 0.4 ========== ------------ @@ -64,7 +64,7 @@ Directory Contents ``./docsrc`` Documentation sources. ``./dyaml`` D:YAML source code. ``./examples/`` Example D:YAML code. -``./test`` Unittest code and inputs. +``./test`` Unittest code and data. =============== ======================================================================= diff --git a/autoddoc.cfg b/autoddoc.cfg index 434a5c0..1268be9 100644 --- a/autoddoc.cfg +++ b/autoddoc.cfg @@ -2,7 +2,7 @@ # Name of the project. E.g. "AutoDDoc Documentation Generator". name = D:YAML # Project version string. E.g. "0.1 alpha". -version = 0.3 +version = 0.4 # Copyright without the "Copyright (c)" part. E.g. "Joe Coder 2001-2042". copyright = Ferdinand Majerech 2011. Based on PyYAML by Kirill Simonov. # File name of the logo of the project, if any. diff --git a/docsrc/conf.py b/docsrc/conf.py index 7d15089..4a59337 100644 --- a/docsrc/conf.py +++ b/docsrc/conf.py @@ -49,9 +49,9 @@ copyright = (u'2011, Ferdinand Majerech. Based on PyYAML http://www.pyyaml.org ' # built documents. # # The short X.Y version. -version = '0.3' +version = '0.4' # The full version, including alpha/beta/rc tags. -release = '0.3' +release = '0.4' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.