Skip to content

Commit 5acbd95

Browse files
committed
Preparing version 0.0.3
1 parent 9debd26 commit 5acbd95

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ python:
44
- "3.4"
55
- "3.5"
66
before_install:
7-
- wget https://github.com/jgm/pandoc/releases/download/2.2.3.2/pandoc-2.2.3.2-1-amd64.deb
8-
- sudo dpkg -i pandoc-2.2.3.2-1-amd64.deb
7+
- wget https://github.com/jgm/pandoc/releases/download/2.4/pandoc-2.4-1-amd64.deb
8+
- sudo dpkg -i pandoc-2.4-1-amd64.deb
99
- pandoc -v
1010
install:
1111
- pip install coveralls

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
# pandoc-codeblock-include
2-
[![Build Status](https://img.shields.io/travis/chdemko/pandoc-codeblock-include/master.svg)](https://travis-ci.org/chdemko/pandoc-codeblock-include/branches)
3-
[![Coveralls](https://img.shields.io/coveralls/github/chdemko/pandoc-codeblock-include/master.svg)](https://coveralls.io/github/chdemko/pandoc-codeblock-include?branch=master)
2+
[![Build Status](https://img.shields.io/travis/chdemko/pandoc-codeblock-include/0.0.3.svg)](https://travis-ci.org/chdemko/pandoc-codeblock-include/branches)
3+
[![Coveralls](https://img.shields.io/coveralls/github/chdemko/pandoc-codeblock-include/0.0.3.svg)](https://coveralls.io/github/chdemko/pandoc-codeblock-include?branch=0.0.3)
44
[![Scrutinizer](https://img.shields.io/scrutinizer/g/chdemko/pandoc-codeblock-include.svg)](https://scrutinizer-ci.com/g/chdemko/pandoc-codeblock-include/)
55
[![PyPI version](https://img.shields.io/pypi/v/pandoc-codeblock-include.svg)](https://pypi.org/project/pandoc-codeblock-include/)
6-
[![PyPI format](https://img.shields.io/pypi/format/pandoc-codeblock-include.svg)](https://pypi.org/project/pandoc-codeblock-include/)
7-
[![License](https://img.shields.io/pypi/l/pandoc-codeblock-include.svg)](https://raw.githubusercontent.com/chdemko/pandoc-codeblock-include/master/LICENSE)
6+
[![PyPI format](https://img.shields.io/pypi/format/pandoc-codeblock-include/0.0.3.svg)](https://pypi.org/project/pandoc-codeblock-include/0.0.3/)
7+
[![License](https://img.shields.io/pypi/l/pandoc-codeblock-include/0.0.3.svg)](https://raw.githubusercontent.com/chdemko/pandoc-codeblock-include/0.0.3/LICENSE)
88
[![Python version](https://img.shields.io/pypi/pyversions/pandoc-codeblock-include.svg)](https://pypi.org/project/pandoc-codeblock-include/)
99
[![Development Status](https://img.shields.io/pypi/status/pandoc-codeblock-include.svg)](https://pypi.org/project/pandoc-codeblock-include/)
1010

11+
1112
*pandoc-codeblock-include* is a [pandoc] filter for including files in `CodeBlock` elements.
1213

1314
[pandoc]: http://pandoc.org/

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# Versions should comply with PEP440. For a discussion on single-sourcing
2929
# the version across setup.py and the project code, see
3030
# https://packaging.python.org/en/latest/single_source_version.html
31-
version='0.0.2',
31+
version='0.0.3',
3232

3333
# The project's description
3434
description='A pandoc filter for including file in block code',

0 commit comments

Comments
 (0)