Skip to content

Commit

Permalink
v0.9.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jedie committed Oct 10, 2011
1 parent ed7f5b6 commit 2397d24
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
15 changes: 11 additions & 4 deletions README.creole
Expand Up @@ -106,6 +106,10 @@ If you have install python-creole do this:

Note: You can pass the arguments {{{--verbose}}} or {{{--quite}}} to **setup.py** and **run_all_tests.py**

We using [[https://www.shiningpanda.com|the Shining Panda Service]] for running unittests automaticly on GIT changes, see:

* https://jenkins.shiningpanda.com/python-creole/view/All/builds
== Use creole in README ==

Expand All @@ -115,6 +119,8 @@ How to do this, read: https://code.google.com/p/python-creole/wiki/UseInSetup

= history =

* v0.9.1
** Many Bugfixes, tested with CPython 2.6, 2.7, 3.2 and PyPy v1.6
* v0.9.0
** Add Python v3 support (like http://python3porting.com/noconv.html strategy)
** move unittests into creole/tests/
Expand Down Expand Up @@ -212,7 +218,8 @@ How to do this, read: https://code.google.com/p/python-creole/wiki/UseInSetup
= links =

| Google code | [[http://code.google.com/p/python-creole/]]
| GitHub | [[http://github.com/jedie/python-creole]]
| PyPi | [[http://pypi.python.org/pypi/python-creole/]]
| IRC | [[http://www.pylucid.org/permalink/304/irc-channel|#pylucid on freenode.net]]
| Google code | [[http://code.google.com/p/python-creole/]]
| GitHub | [[http://github.com/jedie/python-creole]]
| PyPi | [[http://pypi.python.org/pypi/python-creole/]]
| IRC | [[http://www.pylucid.org/permalink/304/irc-channel|#pylucid on freenode.net]]
| Shining Panda | [[https://jenkins.shiningpanda.com/python-creole/]]
2 changes: 1 addition & 1 deletion creole/__init__.py
Expand Up @@ -20,7 +20,7 @@

from __future__ import division, absolute_import, print_function, unicode_literals

__version__ = (0, 9, 0)
__version__ = (0, 9, 1)
__api__ = (1, 0) # Creole 1.0 spec - http://wikicreole.org/


Expand Down

0 comments on commit 2397d24

Please sign in to comment.