From e047530e24024388f44e07652ad9feb2c11f9eee Mon Sep 17 00:00:00 2001 From: Steven Loria Date: Sun, 25 Jun 2017 13:11:15 -0400 Subject: [PATCH] This is 0.13.0 --- README.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.rst b/README.rst index 93eec9d..91d794c 100644 --- a/README.rst +++ b/README.rst @@ -70,6 +70,13 @@ BSD licensed. Changelog --------- +0.13.0 (06/25/2017) +******************* + +- Use webpack for building front-end assets. Front-end dependencies are + installed with NPM. Remove Flask-Assets and bower.json. Thanks + `@wroberts `_. + 0.12.0 (11/06/2016) *******************