From 6b2891d26f13c4992ceb1fb84978198bacdc2079 Mon Sep 17 00:00:00 2001 From: Nik Nyby Date: Thu, 5 Jan 2017 13:44:38 -0500 Subject: [PATCH] release version 0.7.3 --- CHANGELOG.md | 2 +- README.rst | 2 +- docs/conf.py | 4 ++-- setup.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f12d075..d3076c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.7.3 +## 0.7.3 (2017-01-05) - The CommonMark spec has been updated to 0.27. ## 0.7.2 (2016-08-10) diff --git a/README.rst b/README.rst index 827b017..ef28f15 100644 --- a/README.rst +++ b/README.rst @@ -16,7 +16,7 @@ escaping) as ``commonmark.js``. Since Python versions pre-3.4 use outdated implementation into a single file, ``entitytrans.py`` which so far seems to work (all tests pass on 2.6, 2.7, 3.3, 3.4, and 3.5). -**Current version:** 0.7.2 +**Current version:** 0.7.3 |Build Status| |Doc Link| diff --git a/docs/conf.py b/docs/conf.py index ae998af..7b3f5cd 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -59,9 +59,9 @@ # built documents. # # The short X.Y version. -version = '0.7.2' +version = '0.7.3' # The full version, including alpha/beta/rc tags. -release = '0.7.2' +release = '0.7.3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 021f7c2..b5815d6 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ def run(self): setup( name="CommonMark", packages=find_packages(exclude=['tests']), - version="0.7.2", + version="0.7.3", license="BSD License", description="Python parser for the CommonMark Markdown spec", author="Bibek Kafle , " +