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

Commit bd196fe

Browse files
committed
release version 0.7.0
1 parent 7e24733 commit bd196fe

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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

0 commit comments

Comments
 (0)