diff --git a/.gitignore b/.gitignore index e0982a1..74375bf 100755 --- a/.gitignore +++ b/.gitignore @@ -78,6 +78,7 @@ celerybeat-schedule .env # virtualenv +ve/ venv/ ENV/ diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a55081..3d05d68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.7.4 +## 0.7.4 (2017-08-05) - The CommonMark spec has been updated to 0.28. ## 0.7.3 (2017-01-05) diff --git a/README.rst b/README.rst index 91c003a..82487fc 100644 --- a/README.rst +++ b/README.rst @@ -12,7 +12,7 @@ to date with changes in ``commonmark.js``. CommonMark-py is tested against the CommonMark spec with Python versions 2.6, 2.7, 3.3, 3.4, 3.5, and 3.6. -**Current version:** 0.7.3 +**Current version:** 0.7.4 |Build Status| |Doc Link| diff --git a/docs/conf.py b/docs/conf.py index dd868c5..a12586f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -59,9 +59,9 @@ # built documents. # # The short X.Y version. -version = '0.7.3' +version = '0.7.4' # The full version, including alpha/beta/rc tags. -release = '0.7.3' +release = '0.7.4' # 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 39f9b4d..bbeaf57 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.3", + version="0.7.4", license="BSD-3-Clause", description="Python parser for the CommonMark Markdown spec", author="Bibek Kafle , " +