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

Commit 9002980

Browse files
committed
release 0.7.2
1 parent f7ddb92 commit 9002980

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.7.2 (2016-08-10)
2+
- Removed outdated files from distributed packages, reported by @hyperknot
3+
14
## 0.7.1 (2016-07-20)
25
- Updated CommonMark spec to 0.26.
36
- Fixed JSON output invoked by `cmark -aj somefile.md`, reported by @rplCloud

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ escaping) as ``commonmark.js``. Since Python versions pre-3.4 use outdated
1616
implementation into a single file, ``entitytrans.py`` which so far seems
1717
to work (all tests pass on 2.6, 2.7, 3.3, 3.4, and 3.5).
1818

19-
**Current version:** 0.7.1
19+
**Current version:** 0.7.2
2020

2121
|Build Status| |Doc Link|
2222

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@
5959
# built documents.
6060
#
6161
# The short X.Y version.
62-
version = '0.7.1'
62+
version = '0.7.2'
6363
# The full version, including alpha/beta/rc tags.
64-
release = '0.7.1'
64+
release = '0.7.2'
6565

6666
# The language for content autogenerated by Sphinx. Refer to documentation
6767
# for a list of supported languages.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def run(self):
2121
setup(
2222
name="CommonMark",
2323
packages=find_packages(exclude=['tests']),
24-
version="0.7.1",
24+
version="0.7.2",
2525
license="BSD License",
2626
description="Python parser for the CommonMark Markdown spec",
2727
author="Bibek Kafle <[email protected]>, " +

0 commit comments

Comments
 (0)