Skip to content

Commit 6c9963d

Browse files
committed
Ignore some pointless PEP8 warning and bump the version to 0.2.2
1 parent efc85d6 commit 6c9963d

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ install:
1111

1212
script:
1313
- py.test
14-
- flake8 . --ignore=E501 --exclude=docs/conf.py
14+
- flake8 . --ignore=E501,E722,E741 --exclude=docs/conf.py

docs/changelog.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Change log
33
**********
44

5+
0.2.2
6+
#####
7+
8+
* CommonMark is now only imported if absolutely required. This should fix failures on read the docs. Thanks to @Chilipp for fixing this!
9+
510
0.2.1
611
#####
712

sphinxarg/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.2.1'
1+
__version__ = '0.2.2'

0 commit comments

Comments
 (0)