diff options
| author | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2004-12-24 00:55:16 +0000 |
|---|---|---|
| committer | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2004-12-24 00:55:16 +0000 |
| commit | 6eb6fae64281f18b2f9fd9bcab54ad97f26e0e8b (patch) | |
| tree | 629ebfd8f7e2e6d40d7a1a36f838c2da0c0e5e4e | |
| parent | c4cc191caa421a19dd1a51014c2d89d5d1515150 (diff) | |
| download | docutils-6eb6fae64281f18b2f9fd9bcab54ad97f26e0e8b.tar.gz | |
Release 0.3.7: set version number to 0.3.8
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2901 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
| -rw-r--r-- | docutils/docutils/__init__.py | 2 | ||||
| -rwxr-xr-x | docutils/setup.py | 2 | ||||
| -rw-r--r-- | docutils/test/functional/expected/standalone_rst_html4css1.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/docutils/docutils/__init__.py b/docutils/docutils/__init__.py index 20dd8e51f..662f0a097 100644 --- a/docutils/docutils/__init__.py +++ b/docutils/docutils/__init__.py @@ -51,7 +51,7 @@ Subpackages: __docformat__ = 'reStructuredText' -__version__ = '0.3.7' +__version__ = '0.3.8' """``major.minor.micro`` version number. The micro number is bumped for API changes, for new functionality, and for interim project releases. The minor number is bumped whenever there is a significant project release. The major diff --git a/docutils/setup.py b/docutils/setup.py index 9f5280717..218650b30 100755 --- a/docutils/setup.py +++ b/docutils/setup.py @@ -29,7 +29,7 @@ into useful formats, such as HTML, XML, and LaTeX. For input Docutils supports reStructuredText, an easy-to-read, what-you-see-is-what-you-get plaintext markup syntax.""", # wrap at col 60 'url': 'http://docutils.sourceforge.net/', - 'version': '0.3.7', + 'version': '0.3.8', 'author': 'David Goodger', 'author_email': 'goodger@users.sourceforge.net', 'license': 'public domain, Python, BSD, GPL (see COPYING.txt)', diff --git a/docutils/test/functional/expected/standalone_rst_html4css1.html b/docutils/test/functional/expected/standalone_rst_html4css1.html index 2ecffa4f5..18d3495ab 100644 --- a/docutils/test/functional/expected/standalone_rst_html4css1.html +++ b/docutils/test/functional/expected/standalone_rst_html4css1.html @@ -3,7 +3,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> -<meta name="generator" content="Docutils 0.3.7: http://docutils.sourceforge.net/" /> +<meta name="generator" content="Docutils 0.3.8: http://docutils.sourceforge.net/" /> <title>reStructuredText Test Document</title> <meta name="author" content="David Goodger" /> <meta name="author" content="Me" /> |
