Skip to content

Commit

Permalink
Bump the version number and update the Changelog to reflect release
Browse files Browse the repository at this point in the history
content in preparation for release 2.0.2.
  • Loading branch information
Jack28 committed Jun 24, 2021
1 parent 3a4d203 commit 02144e1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

See documentation for details.

## 2.0.2

- Fix sqlalchemy.exc.ArgumentError

## 2.0.1

- Breaking change / security content: Equality operators in expressions using
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, 1)
VERSION = (2, 0, 2)

__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 02144e1

Please sign in to comment.