Skip to content
This repository has been archived by the owner on Mar 26, 2022. It is now read-only.

Commit

Permalink
release 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolas committed Aug 10, 2016
1 parent f7ddb92 commit 9002980
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.7.2 (2016-08-10)
- Removed outdated files from distributed packages, reported by @hyperknot

## 0.7.1 (2016-07-20)
- Updated CommonMark spec to 0.26.
- Fixed JSON output invoked by `cmark -aj somefile.md`, reported by @rplCloud
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.1
**Current version:** 0.7.2

|Build Status| |Doc Link|

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
# built documents.
#
# The short X.Y version.
version = '0.7.1'
version = '0.7.2'
# The full version, including alpha/beta/rc tags.
release = '0.7.1'
release = '0.7.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def run(self):
setup(
name="CommonMark",
packages=find_packages(exclude=['tests']),
version="0.7.1",
version="0.7.2",
license="BSD License",
description="Python parser for the CommonMark Markdown spec",
author="Bibek Kafle <bkafle662@gmail.com>, " +
Expand Down

0 comments on commit 9002980

Please sign in to comment.