Skip to content

Commit

Permalink
Bump up version to v3.9.
Browse files Browse the repository at this point in the history
Signed-off-by: Tao He <[email protected]>
  • Loading branch information
sighingnow committed Jun 8, 2021
1 parent 850a39c commit d82658b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,11 @@ parsec.py
:target: https://github.com/sighingnow/parsec.py/blob/master/LICENSE

A universal Python parser combinator library inspired by Parsec library of Haskell.

Parsec in Real World
--------------------

We have noticed `parsec` helps users in many real world cases as follows:

+ `Simply using parsec in python <https://stackoverflow.com/questions/57368870/simply-using-parsec-in-python>`_
+ `Parsing date from text with Python's parsec.py library <https://stackoverflow.com/questions/67841197/parsing-text-with-pythons-parsec-py-library>`_
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
# built documents.
#
# The short X.Y version.
version = '3.8'
version = '3.9'
# The full version, including alpha/beta/rc tags.
release = '3.8'
release = '3.9'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name = 'parsec',
version = '3.8',
version = '3.9',
description = 'parser combinator.',
long_description = 'A universal Python parser combinator library inspired by Parsec library of Haskell.',
author = 'He Tao',
Expand Down

0 comments on commit d82658b

Please sign in to comment.