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 #144 from rtfd/release-0.9.0
Browse files Browse the repository at this point in the history
🔖 release 0.9.0
  • Loading branch information
nikolas authored May 2, 2019
2 parents 1b68ed8 + 5a64008 commit e5d2439
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.9.0 (2019-05-02)
- The CommonMark spec has been updated to 0.29. Completed by @iamahuman.

## 0.8.1 (2018-09-06)
- Removed `CommonMark` symlink. So, as of this version, you need to replace all instances of `CommonMark` with `commonmark` in your code.

Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ stable we will release the first ``1.0`` version and attempt to keep up
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.
2.7, 3.4, 3.5, 3.6, and 3.7.

**Current version:** 0.8.1
**Current version:** 0.9.0

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

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ def run(self):
tests_require = [
'flake8==3.5.0',
'hypothesis==3.55.3',
# For python 2.6
'hypothesislegacysupport',
]


Expand All @@ -36,7 +34,7 @@ def run(self):
setup(
name="commonmark",
packages=find_packages(exclude=['tests']),
version="0.8.1",
version="0.9.0",
license="BSD-3-Clause",
description="Python parser for the CommonMark Markdown spec",
long_description=long_description,
Expand Down

0 comments on commit e5d2439

Please sign in to comment.