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

Commit cd953b7

Browse files
committed
🔖 release 0.7.5
1 parent 05e5f87 commit cd953b7

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.5
1+
## 0.7.5 (2018-03-13)
22
- Fixed smart dashes bug in Python 3 (from @alvra)
33

44
## 0.7.4 (2017-08-05)

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ to date with changes in ``commonmark.js``.
1212
CommonMark-py is tested against the CommonMark spec with Python versions
1313
2.6, 2.7, 3.3, 3.4, 3.5, and 3.6.
1414

15-
**Current version:** 0.7.4
15+
**Current version:** 0.7.5
1616

1717
|Build Status| |Doc Link|
1818

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.4'
62+
version = '0.7.5'
6363
# The full version, including alpha/beta/rc tags.
64-
release = '0.7.4'
64+
release = '0.7.5'
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
@@ -29,7 +29,7 @@ def run(self):
2929
setup(
3030
name="CommonMark",
3131
packages=find_packages(exclude=['tests']),
32-
version="0.7.4",
32+
version="0.7.5",
3333
license="BSD-3-Clause",
3434
description="Python parser for the CommonMark Markdown spec",
3535
author="Bibek Kafle <[email protected]>, " +

0 commit comments

Comments
 (0)