Skip to content

Commit

Permalink
0.5.0 Release setup
Browse files Browse the repository at this point in the history
  • Loading branch information
valhuber committed Dec 21, 2020
1 parent 8a261b0 commit 9c45d11
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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().
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 <https://github.com/valhuber/LogicBank/wiki/Sample-Project---Allocation>`_,
with examples.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9c45d11

Please sign in to comment.