Skip to content

Commit 87ee30a

Browse files
committed
Prepare version 0.0.4
1 parent 2b4f974 commit 87ee30a

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
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.4/pandoc-2.4-1-amd64.deb
8-
- sudo dpkg -i pandoc-2.4-1-amd64.deb
7+
- wget https://github.com/jgm/pandoc/releases/download/2.5/pandoc-2.5-1-amd64.deb
8+
- sudo dpkg -i pandoc-2.5-1-amd64.deb
99
- pandoc -v
1010
install:
1111
- pip install coveralls

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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)
4-
[![Scrutinizer](https://img.shields.io/scrutinizer/g/chdemko/pandoc-codeblock-include.svg)](https://scrutinizer-ci.com/g/chdemko/pandoc-codeblock-include/)
5-
[![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)
2+
[![Build Status](https://img.shields.io/travis/chdemko/pandoc-codeblock-include/0.0.4.svg?logo=travis)](https://travis-ci.org/chdemko/pandoc-codeblock-include/branches)
3+
[![Coveralls](https://img.shields.io/coveralls/github/chdemko/pandoc-codeblock-include/0.0.4.svg?logo=Codecov&logoColor=white)](https://coveralls.io/github/chdemko/pandoc-codeblock-include?branch=0.0.4)
4+
[![Scrutinizer](https://img.shields.io/scrutinizer/g/chdemko/pandoc-codeblock-include.svg?logo=scrutinizer)](https://scrutinizer-ci.com/g/chdemko/pandoc-codeblock-include/)
5+
[![PyPI version](https://img.shields.io/pypi/v/pandoc-codeblock-include.svg?logo=Python&logoColor=white)](https://pypi.org/project/pandoc-codeblock-include/)
6+
[![PyPI format](https://img.shields.io/pypi/format/pandoc-codeblock-include/0.0.4.svg)](https://pypi.org/project/pandoc-codeblock-include/0.0.4/)
7+
[![License](https://img.shields.io/pypi/l/pandoc-codeblock-include/0.0.4.svg)](https://raw.githubusercontent.com/chdemko/pandoc-codeblock-include/0.0.4/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

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.3',
31+
version='0.0.4',
3232

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

0 commit comments

Comments
 (0)