Skip to content

Commit

Permalink
bump version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mscarey committed Apr 9, 2021
1 parent 273fed7 commit 82b908c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion authorityspoke/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
from .rules import Rule
from .io.dump import to_dict, to_json

__version__ = "0.5.1"
__version__ = "0.6.0"
14 changes: 7 additions & 7 deletions changelog.rst
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
Changelog
=========
dev
0.6.0 (2021-04-09)
-----------------
- Comparison methods use Explanations instead of ContextRegisters
- remove io/anchors module
- remove "factors" module that conflicted with Nettlesome module of same name
- add Fact.negated method
- remove "role" param for Procedure.add_factor
- let either operand have extra Enactments when adding Rules
- Remove io/anchors module
- Remove "factors" module that conflicted with Nettlesome module of same name
- Add Fact.negated method
- Remove "role" param for Procedure.add_factor
- Rules can be added even if one of the operands has more Enactments
- Procedure.recursive_terms doesn't include FactorGroups
- Procedure.terms doesn't include FactorGroups
- add comparable_with methods
- Add comparable_with methods
- Decision is no longer a dataclass
- remove context param from Opinion comparisons
- handle Opinion.explanations_implication(HoldingGroup)
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[metadata]

name = AuthoritySpoke
version = 0.5.1
version = 0.6.0
author= Matt Carey
author_email = matt@authorityspoke.com
description = legal authority automation
Expand Down

0 comments on commit 82b908c

Please sign in to comment.