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

Commit

Permalink
🔖 release version 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolas committed Sep 6, 2018
1 parent 9339d8a commit 9243e14
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.8.1 (2018-09-06)
- Removed `CommonMark` symlink.

## 0.8.0 (2018-09-03)
- Added the `Node.normalize()` method. (from @lez)
- Renamed package name to `commonmark` for PEP8 compliance. You can now do `import commonmark` as well as `import CommonMark`. Closes [#60](https://github.com/rtfd/CommonMark-py/issues/60)
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, 3.6, and 3.7.

**Current version:** 0.8.0
**Current version:** 0.8.1

|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.8.0'
version = '0.8.1'
# The full version, including alpha/beta/rc tags.
release = '0.8.0'
release = '0.8.1'

# 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 @@ -36,7 +36,7 @@ def run(self):
setup(
name="commonmark",
packages=find_packages(exclude=['tests']),
version="0.8.0",
version="0.8.1",
license="BSD-3-Clause",
description="Python parser for the CommonMark Markdown spec",
long_description=long_description,
Expand Down

0 comments on commit 9243e14

Please sign in to comment.