diff --git a/CHANGES.txt b/CHANGES.txt index 828f3ba1..49666032 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,10 @@ +0.3a16 +------ + +- [bug] Fixed bug where requesting deletion of non-existent batch row was + redirecting to a non-existent route. + 0.3a15 ------ diff --git a/rattail/pyramid/_version.py b/rattail/pyramid/_version.py index 74dbb3e4..841bba42 100644 --- a/rattail/pyramid/_version.py +++ b/rattail/pyramid/_version.py @@ -1 +1 @@ -__version__ = '0.3a15' +__version__ = '0.3a16'