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

release version 0.7.3 #89

Merged
merged 1 commit into from
Jan 5, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
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.2
**Current version:** 0.7.3

|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.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.
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.2",
version="0.7.3",
license="BSD License",
description="Python parser for the CommonMark Markdown spec",
author="Bibek Kafle <[email protected]>, " +
Expand Down