Skip to content

Commit

Permalink
bump version: 9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
longhotsummer committed Aug 14, 2024
1 parent d273f27 commit 915fb0e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 9.0.0

- Dropped support for Python < 3.10 (no other changes)

## 8.0.0

- Parser now accepts both strings and bytes, and will encode strings to bytes using UTF-8
Expand Down
2 changes: 1 addition & 1 deletion cobalt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from .portion import PortionStructure, Portion
from .uri import FrbrUri

__version__ = '8.0.1'
__version__ = '9.0.0'

__all__ = [
'Act', 'AkomaNtosoDocument', 'Amendment', 'AmendmentEvent', 'AmendmentList', 'AmendmentStructure',
Expand Down

0 comments on commit 915fb0e

Please sign in to comment.