Skip to content

Commit

Permalink
Ignore some pointless PEP8 warning and bump the version to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dpryan79 committed Mar 12, 2018
1 parent efc85d6 commit 6c9963d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ install:

script:
- py.test
- flake8 . --ignore=E501 --exclude=docs/conf.py
- flake8 . --ignore=E501,E722,E741 --exclude=docs/conf.py
5 changes: 5 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Change log
**********

0.2.2
#####

* CommonMark is now only imported if absolutely required. This should fix failures on read the docs. Thanks to @Chilipp for fixing this!

0.2.1
#####

Expand Down
2 changes: 1 addition & 1 deletion sphinxarg/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.2.1'
__version__ = '0.2.2'

0 comments on commit 6c9963d

Please sign in to comment.