Skip to content

Commit

Permalink
Merge pull request #179 from wimglenn/1.20.1
Browse files Browse the repository at this point in the history
1.20.1 release note
  • Loading branch information
wimglenn committed Jan 28, 2024
2 parents 79f516d + 4ddc796 commit e0c19dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,7 @@ To run the tests locally:
Changelog
---------

- 1.20.1 The `%f` directive accepts 1-6 digits, like strptime (thanks @bbertincourt)
- 1.20.0 Added support for strptime codes (thanks @bendichter)
- 1.19.1 Added support for sign specifiers in number formats (thanks @anntzer)
- 1.19.0 Added slice access to fixed results (thanks @jonathangjertsen).
Expand Down
2 changes: 1 addition & 1 deletion parse.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from functools import partial


__version__ = "1.20.0"
__version__ = "1.20.1"
__all__ = ["parse", "search", "findall", "with_pattern"]

log = logging.getLogger(__name__)
Expand Down

0 comments on commit e0c19dc

Please sign in to comment.