diff options
| author | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2003-06-26 18:36:50 +0000 |
|---|---|---|
| committer | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2003-06-26 18:36:50 +0000 |
| commit | e952ca33d65ca34a600dec5f43d4517e93e970bd (patch) | |
| tree | 2fba8976b2baba7e82993eded86beaa3b33b4d5d | |
| parent | 94a061e64da8c825b1d81e28904c307316861196 (diff) | |
| download | docutils-e952ca33d65ca34a600dec5f43d4517e93e970bd.tar.gz | |
updated
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1512 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
| -rw-r--r-- | docutils/HISTORY.txt | 8 | ||||
| -rwxr-xr-x | docutils/setup.py | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/docutils/HISTORY.txt b/docutils/HISTORY.txt index 9b97c7c76..3cce6d05f 100644 --- a/docutils/HISTORY.txt +++ b/docutils/HISTORY.txt @@ -62,6 +62,14 @@ Future Plans like to help, let me know! +Changes Since 0.3 +================= + +* docutils/writers/html4css1.py: + + - Fixed unicode handling of attribute values (bug 760673). + + Release 0.3 (2003-06-24) ======================== diff --git a/docutils/setup.py b/docutils/setup.py index 425f6a5e7..2bcda7439 100755 --- a/docutils/setup.py +++ b/docutils/setup.py @@ -29,7 +29,7 @@ into useful formats, such as HTML, XML, and TeX. 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', + 'version': '0.3+', 'author': 'David Goodger', 'author_email': 'goodger@users.sourceforge.net', 'license': 'public domain, Python, BSD, GPL (see COPYING.txt)', |
