Skip to content
This repository has been archived by the owner on Nov 28, 2020. It is now read-only.

Commit

Permalink
Bumped up version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
odkr committed Apr 23, 2018
1 parent 2d9d57d commit 2623885
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.rst
Expand Up @@ -29,12 +29,12 @@ This will try to install ``pandoc-quotes`` manual page, but this
will only work on a limited number of systems.

Alternatively, you can also download the source for the `current version
<https://codeload.github.com/odkr/pandoc-quotes/tar.gz/v0.5.0>`_.
<https://codeload.github.com/odkr/pandoc-quotes/tar.gz/v0.5.1>`_.

Simlpy run::

curl https://codeload.github.com/odkr/pandoc-quotes/tar.gz/v0.5.0 | tar -xz
cd pandoc-quotes-0.5.0
curl https://codeload.github.com/odkr/pandoc-quotes/tar.gz/v0.5.1 | tar -xz
cd pandoc-quotes-0.5.1
python setup.py install


Expand Down
2 changes: 1 addition & 1 deletion man/pandoc-quotes.1
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH PANDOC-QUOTES 1 "April 22, 2018" "0.4.0" ""
.TH PANDOC-QUOTES 1 "April 22, 2018" "0.5.1" ""
.SH NAME
pandoc-quotes \- Replaces plain quotation marks with typographic ones
.
Expand Down
2 changes: 1 addition & 1 deletion man/pandoc-quotes.rst
Expand Up @@ -8,7 +8,7 @@ Replaces plain quotation marks with typographic ones

:Author: Odin Kroeger
:Date: April 22, 2018
:Version: 0.4.0
:Version: 0.5.1
:Manual section: 1


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup

setup(name='pandoc-quotes',
version='0.5.1b18',
version='0.5.1',
description='Pandoc filter that adapts quotation marks.',
long_description='``pandoc-quotes`` is a filter for '
'`pandoc <http://pandoc.org/>`_ that replaces plain, '
Expand Down

0 comments on commit 2623885

Please sign in to comment.