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

Commit e6bcb0d

Browse files
authored
Merge pull request #89 from rtfd/release-0.7.3
release version 0.7.3
2 parents ab211d7 + 6b2891d commit e6bcb0d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.7.3
1+
## 0.7.3 (2017-01-05)
22
- The CommonMark spec has been updated to 0.27.
33

44
## 0.7.2 (2016-08-10)

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.2
19+
**Current version:** 0.7.3
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.2'
62+
version = '0.7.3'
6363
# The full version, including alpha/beta/rc tags.
64-
release = '0.7.2'
64+
release = '0.7.3'
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.2",
24+
version="0.7.3",
2525
license="BSD License",
2626
description="Python parser for the CommonMark Markdown spec",
2727
author="Bibek Kafle <[email protected]>, " +

0 commit comments

Comments
 (0)