Skip to content

Commit

Permalink
update libs
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodrigo Sestari committed Nov 4, 2020
1 parent 359c1da commit 9393c04
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
History
-------
1.0.16
++++++
released 2020-11-04

- Update libs

1.0.15
++++++
released 2019-8-30
Expand Down
2 changes: 1 addition & 1 deletion business_rules/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '1.0.15'
__version__ = '1.0.16'

import logging
from .engine import run_all, get_value
Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
ipdb==0.12.2
ipython==7.8.0
mock==3.0.5
ipdb==0.13.4
ipython==7.19.0
mock==4.0.2
nose==1.3.7
nose-run-line-number==0.0.2
six==1.12.0
python-dateutil==2.8.0
six==1.15.0
python-dateutil==2.8.1
unittest2==1.1.0

0 comments on commit 9393c04

Please sign in to comment.