Skip to content

Commit

Permalink
Preparing version 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chdemko committed Jun 19, 2018
1 parent 9020a14 commit 6f9e68a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
@@ -1,10 +1,10 @@
# pandoc-latex-tip
[![Build Status](https://img.shields.io/travis/chdemko/pandoc-latex-tip/master.svg)](https://travis-ci.org/chdemko/pandoc-latex-tip/branches)
[![Coveralls](https://img.shields.io/coveralls/github/chdemko/pandoc-latex-tip/master.svg)](https://coveralls.io/github/chdemko/pandoc-latex-tip?branch=master)
[![Build Status](https://img.shields.io/travis/chdemko/pandoc-latex-tip/1.3.3.svg)](https://travis-ci.org/chdemko/pandoc-latex-tip/branches)
[![Coveralls](https://img.shields.io/coveralls/github/chdemko/pandoc-latex-tip/1.3.3.svg)](https://coveralls.io/github/chdemko/pandoc-latex-tip?branch=1.3.3)
[![Scrutinizer](https://img.shields.io/scrutinizer/g/chdemko/pandoc-latex-tip.svg)](https://scrutinizer-ci.com/g/chdemko/pandoc-latex-tip/)
[![PyPI version](https://img.shields.io/pypi/v/pandoc-latex-tip.svg)](https://pypi.org/project/pandoc-latex-tip/)
[![PyPI format](https://img.shields.io/pypi/format/pandoc-latex-tip.svg)](https://pypi.org/project/pandoc-latex-tip/)
[![License](https://img.shields.io/pypi/l/pandoc-latex-tip.svg)](https://raw.githubusercontent.com/chdemko/pandoc-latex-tip/master/LICENSE)
[![PyPI format](https://img.shields.io/pypi/format/pandoc-latex-tip/1.3.3.svg)](https://pypi.org/project/pandoc-latex-tip/1.3.3/)
[![License](https://img.shields.io/pypi/l/pandoc-latex-tip/1.3.3.svg)](https://raw.githubusercontent.com/chdemko/pandoc-latex-tip/1.3.3/LICENSE)
[![Python version](https://img.shields.io/pypi/pyversions/pandoc-latex-tip.svg)](https://pypi.org/project/pandoc-latex-tip/)
[![Development Status](https://img.shields.io/pypi/status/pandoc-latex-tip.svg)](https://pypi.org/project/pandoc-latex-tip/)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -55,7 +55,7 @@ def run(self):
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version='1.3.2',
version='1.3.3',

# The project's description
description='A pandoc filter for adding tip in LaTeX',
Expand Down

0 comments on commit 6f9e68a

Please sign in to comment.