Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mscarey committed Dec 4, 2023
1 parent 23f6ec0 commit d018d23
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions changelog.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
Changelog
=========
0.7.0 (2023-12-03)
------------------
- import Pydantic v2, not v1
- use pint 0.22
- don't import deprecated "Extra"
- check_sign is field_validator
- save magnitude and unit separately on UnitRange model
- remove IntRange (to avoid SymPy comparisons between int and decimal intervals)

0.6.1 (2021-10-23)
------------------
- add MANIFEST.in (to display readme on PyPI)
Expand Down
2 changes: 1 addition & 1 deletion nettlesome/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
from .quantities import Comparison, DateRange, DecimalRange, UnitRange
from .statements import Statement, Assertion

__version__ = "0.6.1"
__version__ = "0.7.0"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[metadata]

name = nettlesome
version = 0.6.1
version = 0.7.0
author= Matt Carey
author_email = [email protected]
description = simplified semantic reasoning
Expand Down

0 comments on commit d018d23

Please sign in to comment.