Skip to content

Commit b622957

Browse files
committed
bump version number
1 parent 59ed916 commit b622957

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ history
305305

306306
* v1.4.9 - 2020-11-4 - `compare v1.4.8...v1.4.9 <https://github.com/jedie/python-creole/compare/v1.4.8...v1.4.9>`_
307307

308-
* Add missing classifier for Python 3.9
308+
* Add missing classifier for Python 3.9 (`Contributed by jugmac00 <https://github.com/jedie/python-creole/pull/55>`_)
309309

310310
* Update readme test
311311

@@ -694,4 +694,4 @@ donation
694694

695695
------------
696696

697-
``Note: this file is generated from README.creole 2020-11-04 08:42:52 with "python-creole"``
697+
``Note: this file is generated from README.creole 2020-11-04 08:46:39 with "python-creole"``

creole/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
from creole.parser.html_parser import HtmlParser
2424

2525

26-
__version__ = "1.4.8"
26+
__version__ = "1.4.9"
2727
__api__ = "1.0" # Creole 1.0 spec - http://wikicreole.org/
2828

2929
VERSION_STRING = __version__ # remove in future

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "python-creole"
3-
version = "1.4.8"
3+
version = "1.4.9"
44
description = "python-creole is an open-source (GPL) markup converter in pure Python for: creole2html, html2creole, html2ReSt, html2textile"
55

66
# Will be generated from README.creole with: "poetry run update_rst_readme"

0 commit comments

Comments
 (0)