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

Commit

Permalink
Merge pull request #123 from rtfd/release-0.7.5
Browse files Browse the repository at this point in the history
🔖 release 0.7.5
  • Loading branch information
nikolas authored Mar 13, 2018
2 parents 05e5f87 + cd953b7 commit 8a5da8a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.7.5
## 0.7.5 (2018-03-13)
- Fixed smart dashes bug in Python 3 (from @alvra)

## 0.7.4 (2017-08-05)
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ to date with changes in ``commonmark.js``.
CommonMark-py is tested against the CommonMark spec with Python versions
2.6, 2.7, 3.3, 3.4, 3.5, and 3.6.

**Current version:** 0.7.4
**Current version:** 0.7.5

|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.4'
version = '0.7.5'
# The full version, including alpha/beta/rc tags.
release = '0.7.4'
release = '0.7.5'

# 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 @@ -29,7 +29,7 @@ def run(self):
setup(
name="CommonMark",
packages=find_packages(exclude=['tests']),
version="0.7.4",
version="0.7.5",
license="BSD-3-Clause",
description="Python parser for the CommonMark Markdown spec",
author="Bibek Kafle <[email protected]>, " +
Expand Down

0 comments on commit 8a5da8a

Please sign in to comment.