Skip to content

Commit

Permalink
new bugfix version
Browse files Browse the repository at this point in the history
  • Loading branch information
joshy committed Aug 27, 2020
1 parent 73092d2 commit 6f17f9f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## v0.0.11 - 27.08.2020
* Fixed ldblquote (spotted by Ziyang(Claude) Hu)

## v0.0.10 - 16.03.2020
* Wrong upload to pypi

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
long_description=long_description,
long_description_content_type="text/markdown",
author="Joshy Cyriac",
author_email="[email protected]",
author_email="[email protected]",
url="https://github.com/joshy/striprtf",
download_url="https://github.com/joshy/striprtf/archive/v%s.tar.gz" % about['__version__'],
keywords=["rtf"],
Expand Down
2 changes: 1 addition & 1 deletion striprtf/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.10"
__version__ = "0.0.11"
2 changes: 1 addition & 1 deletion striprtf/striprtf.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"bullet": "\u2022",
"lquote": "\u2018",
"rquote": "\u2019",
"ldblquote": "\201C",
"ldblquote": "\u201C",
"rdblquote": "\u201D",
"row": "\n",
"cell": "|",
Expand Down

0 comments on commit 6f17f9f

Please sign in to comment.