summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJensDiemer <git@jensdiemer.de>2012-06-11 11:53:50 +0200
committerJensDiemer <git@jensdiemer.de>2012-06-11 11:53:50 +0200
commit385ab6c14f4fcdbf08144eb11e442b3c5c9aa73c (patch)
tree512a26ac6bf260cab546ffde964e6d3621bc65b7
parent1d3ba73a7c0fb47aefda7b895035f714f9b69dc2 (diff)
downloadcreole-385ab6c14f4fcdbf08144eb11e442b3c5c9aa73c.tar.gz
release as v1.0.3v1.0.3
-rw-r--r--README.creole9
-rw-r--r--creole/__init__.py4
2 files changed, 9 insertions, 4 deletions
diff --git a/README.creole b/README.creole
index f1992ff..6f05739 100644
--- a/README.creole
+++ b/README.creole
@@ -1,4 +1,4 @@
-[[http://travis-ci.org/jedie/python-creole|{{https://secure.travis-ci.org/jedie/python-creole.png?branch=master|Build Status on travis-ci.org}}]]
+{{https://secure.travis-ci.org/jedie/python-creole.png?branch=master|Build Status on travis-ci.org}}
= about =
@@ -136,9 +136,10 @@ Ran 126 tests in 0.917s
Ran 21 DocTests from 49 files in 0.368s: failed=0, attempted=88
}}}
-We using [[https://www.shiningpanda.com|the Shining Panda Service]] for running unittests automaticly on GIT changes, see:
+We using [[https://www.shiningpanda.com|Shining Panda]] and [[http://travis-ci.org|Travis CI]] for running unittests automaticly on GIT changes, see:
* https://jenkins.shiningpanda.com/python-creole/view/All/builds
+* http://travis-ci.org/jedie/python-creole
== Use creole in README ==
@@ -149,6 +150,10 @@ How to do this, read: https://code.google.com/p/python-creole/wiki/UseInSetup
= history =
+* v1.0.3
+** Bugfix: {{{AttributeError: 'module' object has no attribute 'interesting_cdata'}}} from HTMLParser patch. Thanks to Wen Heping for reporting this.
+** Fix a bug in get_long_description() ReSt test for Py3k and his unittests.
+** Use Travis CI, too.
* v1.0.2
** Fix "[[https://github.com/jedie/python-creole/issues/6|AttributeError: 'NoneType' object has no attribute 'parent']]" in html2creole.
* v1.0.1
diff --git a/creole/__init__.py b/creole/__init__.py
index 6dc8794..5824aaa 100644
--- a/creole/__init__.py
+++ b/creole/__init__.py
@@ -14,13 +14,13 @@
:PyPi:
http://pypi.python.org/pypi/python-creole/
- :copyleft: 2008-2011 by python-creole team, see AUTHORS for more details.
+ :copyleft: 2008-2012 by python-creole team, see AUTHORS for more details.
:license: GNU GPL v3 or above, see LICENSE for more details.
"""
from __future__ import division, absolute_import, print_function, unicode_literals
-__version__ = (1, 0, 2)
+__version__ = (1, 0, 3)
__api__ = (1, 0) # Creole 1.0 spec - http://wikicreole.org/