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

Commit a5975e5

Browse files
committed
release version 0.7.4
1 parent 9b0f8e0 commit a5975e5

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ celerybeat-schedule
7878
.env
7979

8080
# virtualenv
81+
ve/
8182
venv/
8283
ENV/
8384

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.7.4
1+
## 0.7.4 (2017-08-05)
22
- The CommonMark spec has been updated to 0.28.
33

44
## 0.7.3 (2017-01-05)

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, and 3.6.
1414

15-
**Current version:** 0.7.3
15+
**Current version:** 0.7.4
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.3'
62+
version = '0.7.4'
6363
# The full version, including alpha/beta/rc tags.
64-
release = '0.7.3'
64+
release = '0.7.4'
6565

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

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def run(self):
2121
setup(
2222
name="CommonMark",
2323
packages=find_packages(exclude=['tests']),
24-
version="0.7.3",
24+
version="0.7.4",
2525
license="BSD-3-Clause",
2626
description="Python parser for the CommonMark Markdown spec",
2727
author="Bibek Kafle <[email protected]>, " +

0 commit comments

Comments
 (0)