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

Commit 8b99773

Browse files
authored
Merge pull request #132 from rtfd/release-0.8.0
🔖 release version 0.8.0
2 parents e3777a9 + 5108773 commit 8b99773

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.8.0
1+
## 0.8.0 (2018-09-03)
22
- Added the `Node.normalize()` method. (from @lez)
33
- 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)
44
- Added testing on Python 3.7.

README.rst

+1-1
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.6, 2.7, 3.3, 3.4, 3.5, 3.6, and 3.7.
1414

15-
**Current version:** 0.7.5
15+
**Current version:** 0.8.0
1616

1717
|Build Status| |Doc Link|
1818

docs/conf.py

+2-2
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.7.5'
62+
version = '0.8.0'
6363
# The full version, including alpha/beta/rc tags.
64-
release = '0.7.5'
64+
release = '0.8.0'
6565

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

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ def run(self):
2929
setup(
3030
name="commonmark",
3131
packages=find_packages(exclude=['tests']),
32-
version="0.7.5",
32+
version="0.8.0",
3333
license="BSD-3-Clause",
3434
description="Python parser for the CommonMark Markdown spec",
3535
author="Bibek Kafle <[email protected]>, " +
3636
"Roland Shoemaker <[email protected]>",
3737
author_email="[email protected]",
38-
maintainer="Nik Nyby",
38+
maintainer="Nikolas Nyby",
3939
maintainer_email="[email protected]",
4040
url="https://github.com/rtfd/CommonMark-py",
4141
keywords=["markup", "markdown", "commonmark"],

0 commit comments

Comments
 (0)