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 #206 from readthedocs/release-0.9.1
Browse files Browse the repository at this point in the history
🔖 release version 0.9.1
  • Loading branch information
nikolas authored Oct 4, 2019
2 parents ab25ffc + 6167275 commit 7e02d13
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## x.y.z (unreleased)

## 0.9.1 (2019-10-04)
- commonmark.py now requires `future >= 0.14.0` on Python 2, for uniform `builtins` imports in Python 2/3
- Added CHANGELOG.md to the manifest file.

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.7, 3.4, 3.5, 3.6, and 3.7.

**Current version:** 0.9.0
**Current version:** 0.9.1

|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.9.0'
version = '0.9.1'
# The full version, including alpha/beta/rc tags.
release = '0.9.0'
release = '0.9.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 @@ -34,7 +34,7 @@ def run(self):
setup(
name="commonmark",
packages=find_packages(exclude=['tests']),
version="0.9.0",
version="0.9.1",
license="BSD-3-Clause",
description="Python parser for the CommonMark Markdown spec",
long_description=long_description,
Expand Down

0 comments on commit 7e02d13

Please sign in to comment.