diff options
| author | Waylan Limberg <waylan@gmail.com> | 2012-01-22 13:53:34 -0500 |
|---|---|---|
| committer | Waylan Limberg <waylan@gmail.com> | 2012-01-22 13:53:34 -0500 |
| commit | e4bb8abf9e1149867545d03722ee59d8e6bdd339 (patch) | |
| tree | 2535a9435d258ed23c7668199513f0e2036d5d2d /markdown/__init__.py | |
| parent | a21c320a5a6caab6c2f1ebf8974a7f0ff2019044 (diff) | |
| download | python-markdown-2.1.1.final.tar.gz | |
Release 2.1.1. A bugfix release.2.1.1.final
Diffstat (limited to 'markdown/__init__.py')
| -rw-r--r-- | markdown/__init__.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/markdown/__init__.py b/markdown/__init__.py index b06f8e1..4fb3057 100644 --- a/markdown/__init__.py +++ b/markdown/__init__.py @@ -22,7 +22,7 @@ Limberg](http://achinghead.com/) and [Artem Yunusov](http://blog.splyer.com). Contact: markdown@freewisdom.org -Copyright 2007, 2008 The Python Markdown Project (v. 1.7 and later) +Copyright 2007-2012 The Python Markdown Project (v. 1.7 and later) Copyright 200? Django Software Foundation (OrderedDict implementation) Copyright 2004, 2005, 2006 Yuri Takhteyev (v. 0.2-1.6b) Copyright 2004 Manfred Stienstra (the original version) @@ -30,8 +30,8 @@ Copyright 2004 Manfred Stienstra (the original version) License: BSD (see LICENSE for details). """ -version = "2.1.0" -version_info = (2,1,0, "final") +version = "2.1.1" +version_info = (2,1,1, "final") import re import codecs |
