Skip to content

Commit

Permalink
1.18.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
r1chardj0n3s committed Sep 10, 2020
1 parent 3cf6e15 commit 6188069
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions README.rst
Expand Up @@ -377,8 +377,7 @@ the pattern, the actual match represents the shortest successful match for

----

**Version history (in brief)**:

- 1.18.0 Correct bug in int parsing introduced in 1.16.0 (thanks @maxxk)
- 1.17.0 Make left- and center-aligned search consume up to next space
- 1.16.0 Make compiled parse objects pickleable (thanks @martinResearch)
- 1.15.0 Several fixes for parsing non-base 10 numbers (thanks @vladikcomper)
Expand Down
5 changes: 2 additions & 3 deletions parse.py
Expand Up @@ -377,8 +377,7 @@
----
**Version history (in brief)**:
- 1.18.0 Correct bug in int parsing introduced in 1.16.0 (thanks @maxxk)
- 1.17.0 Make left- and center-aligned search consume up to next space
- 1.16.0 Make compiled parse objects pickleable (thanks @martinResearch)
- 1.15.0 Several fixes for parsing non-base 10 numbers (thanks @vladikcomper)
Expand Down Expand Up @@ -460,7 +459,7 @@

from __future__ import absolute_import

__version__ = '1.17.0'
__version__ = '1.18.0'

# yes, I now have two problems
import re
Expand Down

0 comments on commit 6188069

Please sign in to comment.