From bda601554d9d5b98d73d23944768065a420edcaf Mon Sep 17 00:00:00 2001 From: joamag Date: Sat, 8 Aug 2015 17:46:06 +0100 Subject: [PATCH] new version --- doc/changelog.rst | 6 ++++++ src/quorum/info.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/changelog.rst b/doc/changelog.rst index d8521663..4e678b33 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -6,6 +6,12 @@ List the complete set of changes to the quorum project since it's creation. Current Versions ---------------- +0.3.16 +^^^^^ + + * New map like access support for models + + 0.3.15 ^^^^^ diff --git a/src/quorum/info.py b/src/quorum/info.py index fee0af63..8cd8de44 100644 --- a/src/quorum/info.py +++ b/src/quorum/info.py @@ -38,7 +38,7 @@ """ The license for the module """ NAME = "quorum" -VERSION = "0.3.15" +VERSION = "0.3.16" AUTHOR = "Hive Solutions Lda." EMAIL = "development@hive.pt" DESCRIPTION = "Quorum Extensions for Flask"