Skip to content

Commit 82b908c

Browse files
committed
bump version to 0.6.0
1 parent 273fed7 commit 82b908c

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

authorityspoke/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
from .rules import Rule
1212
from .io.dump import to_dict, to_json
1313

14-
__version__ = "0.5.1"
14+
__version__ = "0.6.0"

changelog.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
Changelog
22
=========
3-
dev
3+
0.6.0 (2021-04-09)
44
-----------------
55
- Comparison methods use Explanations instead of ContextRegisters
6-
- remove io/anchors module
7-
- remove "factors" module that conflicted with Nettlesome module of same name
8-
- add Fact.negated method
9-
- remove "role" param for Procedure.add_factor
10-
- let either operand have extra Enactments when adding Rules
6+
- Remove io/anchors module
7+
- Remove "factors" module that conflicted with Nettlesome module of same name
8+
- Add Fact.negated method
9+
- Remove "role" param for Procedure.add_factor
10+
- Rules can be added even if one of the operands has more Enactments
1111
- Procedure.recursive_terms doesn't include FactorGroups
1212
- Procedure.terms doesn't include FactorGroups
13-
- add comparable_with methods
13+
- Add comparable_with methods
1414
- Decision is no longer a dataclass
1515
- remove context param from Opinion comparisons
1616
- handle Opinion.explanations_implication(HoldingGroup)

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[metadata]
33

44
name = AuthoritySpoke
5-
version = 0.5.1
5+
version = 0.6.0
66
author= Matt Carey
77
author_email = matt@authorityspoke.com
88
description = legal authority automation

0 commit comments

Comments
 (0)