Skip to content

Commit

Permalink
Merge pull request #123 from nationalarchives/release/v1.4.1
Browse files Browse the repository at this point in the history
version bump 1.4.1
  • Loading branch information
timcowlishaw authored Feb 7, 2024
2 parents efc4797 + 50a1bc1 commit 1f48666
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog 1.0.0].

## [Unreleased]

## [Release 1.4.1]

- Fix bug where getting a nonexistent jurisdiction for a court raised an IndexError. Now we explicitly raise a CourtNotFoundError for unknown jurisdictions.

## [Release 1.4.0]
Expand Down Expand Up @@ -126,7 +128,8 @@ The format is based on [Keep a Changelog 1.0.0].

- Initial tagged release

[unreleased]: https://github.com/nationalarchives/ds-caselaw-utils/compare/v1.4.0...HEAD
[unreleased]: https://github.com/nationalarchives/ds-caselaw-utils/compare/v1.4.1...HEAD
[release 1.4.1]: https://github.com/nationalarchives/ds-caselaw-utils/compare/v1.4.0...v1.4.1
[release 1.4.0]: https://github.com/nationalarchives/ds-caselaw-utils/compare/v1.3.3...v1.4.0
[release 1.3.3]: https://github.com/nationalarchives/ds-caselaw-utils/compare/v1.3.2...v1.3.3
[release 1.3.2]: https://github.com/nationalarchives/ds-caselaw-utils/compare/v1.3.1...v1.3.2
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ds_caselaw_utils"
version = "1.4.0"
version = "1.4.1"
description = "Utilities for the National Archives Caselaw project"
authors = ["Nick Jackson <[email protected]>", "David McKee <[email protected]>", "Tim Cowlishaw <[email protected]>", "Laura Porter <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 1f48666

Please sign in to comment.