From 9c45d110e5d1708e451bfcf8b8687dc8ed19c294 Mon Sep 17 00:00:00 2001 From: valhuber <> Date: Mon, 21 Dec 2020 11:25:59 -0800 Subject: [PATCH] 0.5.0 Release setup --- README.rst | 5 ++++- setup.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 204fdd9..6229c59 100644 --- a/README.rst +++ b/README.rst @@ -81,4 +81,7 @@ allocate a payment to a set of outstanding orders 0.3.0 - Include logic_bank.extensions (allocation), constraint exceptions raised as ConstraintExceptions -0.4.0 - Eliminate "engine" from runtime, to faciliate use in servers. Rework nw tests to centralize open logic in setup(). \ No newline at end of file +0.4.0 - Eliminate "engine" from runtime, to facilitate use in servers. Rework nw tests to centralize open logic in setup(). + +0.5.0 - Support for `Referential Integrity `_, +with examples. diff --git a/setup.py b/setup.py index bc5bb0a..e1fd555 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ def desc(): setup( name="logicbank", - version="0.4.0", + version="0.5.0", url="https://github.com/valhuber/logicbank", license="BSD", author="Val Huber",