Skip to content
This repository was archived by the owner on May 29, 2026. It is now read-only.

Commit df7dcb7

Browse files
committed
Deprecation release 0.9.2
1 parent 8467297 commit df7dcb7

4 files changed

Lines changed: 8 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
## x.y.z (unreleased)
1+
## 0.9.2 (2026-05-28)
2+
- Deprecate package. Use markdown-it-py instead.
23
- Remove testing on python 3.4.
34

45
## 0.9.1 (2019-10-04)

README.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ commonmark.py
77
for a commonmark parser going forward. See `this issue`_ for background
88
and discussion.
99

10+
--
11+
1012
.. _markdown-it-py: https://github.com/executablebooks/markdown-it-py
1113
.. _this issue: https://github.com/readthedocs/commonmark.py/issues/308
1214

@@ -24,7 +26,7 @@ to date with changes in ``commonmark.js``.
2426
commonmark.py is tested against the CommonMark spec with Python versions
2527
2.7, 3.5, 3.6, 3.7, and 3.8.
2628

27-
**Current version:** 0.9.1
29+
**Current version:** 0.9.2
2830

2931
|Pypi Link| |Build Status| |Doc Link|
3032

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.1'
62+
version = '0.9.2'
6363
# The full version, including alpha/beta/rc tags.
64-
release = '0.9.1'
64+
release = '0.9.2'
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.1",
37+
version="0.9.2",
3838
license="BSD-3-Clause",
3939
description="Python parser for the CommonMark Markdown spec",
4040
long_description=long_description,

0 commit comments

Comments
 (0)