Skip to content

Commit

Permalink
Release 2.0.1
Browse files Browse the repository at this point in the history
Bump the version number and update the Changelog to reflect release
content in preparation for release 2.0.1.
  • Loading branch information
michaelweiser committed Feb 18, 2021
1 parent 7c7187c commit 7cccf1d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

See documentation for details.

## devel
## 2.0.1

- Breaking change / security content: Equality operators in expressions using
regexes do now need to match the whole string up to the end.
- Fix cluster duplicate handler dying (#160)

## 2.0

Expand Down
12 changes: 6 additions & 6 deletions peekaboo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
""" Peekaboo constant module data. """


VERSION = (2, 0)
VERSION = (2, 0, 1)

__version__ = '.'.join(map(str, VERSION))
__author__ = 'Felix Bauer'
Expand All @@ -47,11 +47,11 @@
-*Xa_a_a_WUW##KUL_a_a_aX7'
_aXUXUUU4UUX4XX444UUUUUUXLa,
_UXXUXUXU47'!'!'!'!*X444U4UXX,
?XU4U4'' ____ ___-'UUXUUi
?4U4' |___ \ / _ \ 'UUXi
*Xi __) || | | | ?X7
*L / __/ | |_| | j7
*a |_____(_)___/ jY
?XU4U4''___ ___ -'UUXUUi
?4U4' |___ \ / _ \ / |'UUXi
*Xi __) || | | || | ?X7
*L / __/ | |_| || | j7
*a |_____(_)___(_)_| jY
-L, _/'
'l, _/'
j7_a_; aaa/4
Expand Down

0 comments on commit 7cccf1d

Please sign in to comment.