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

Commit 7e02d13

Browse files
authored
Merge pull request #206 from readthedocs/release-0.9.1
🔖 release version 0.9.1
2 parents ab25ffc + 6167275 commit 7e02d13

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
## x.y.z (unreleased)
2+
3+
## 0.9.1 (2019-10-04)
24
- commonmark.py now requires `future >= 0.14.0` on Python 2, for uniform `builtins` imports in Python 2/3
35
- Added CHANGELOG.md to the manifest file.
46

README.rst

Lines changed: 1 addition & 1 deletion
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.7, 3.4, 3.5, 3.6, and 3.7.
1414

15-
**Current version:** 0.9.0
15+
**Current version:** 0.9.1
1616

1717
|Pypi Link| |Build Status| |Doc Link|
1818

docs/conf.py

Lines changed: 2 additions & 2 deletions
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.9.0'
62+
version = '0.9.1'
6363
# The full version, including alpha/beta/rc tags.
64-
release = '0.9.0'
64+
release = '0.9.1'
6565

6666
# The language for content autogenerated by Sphinx. Refer to documentation
6767
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def run(self):
3434
setup(
3535
name="commonmark",
3636
packages=find_packages(exclude=['tests']),
37-
version="0.9.0",
37+
version="0.9.1",
3838
license="BSD-3-Clause",
3939
description="Python parser for the CommonMark Markdown spec",
4040
long_description=long_description,

0 commit comments

Comments
 (0)