Skip to content

Commit

Permalink
Bump version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dustalov committed Aug 30, 2024
1 parent a202f64 commit 0010ef4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
1.4.0
-----

- Add the `initial_error` option to Dawid-Skene
- Freeze the attrs version to `<= 23.2.0`
- Switch to uv
- Minor documentation and typing fixes

1.3.0.post0
-----------

Expand Down
2 changes: 1 addition & 1 deletion crowdkit/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from typing import List

__version__ = "1.3.0.post0"
__version__ = "1.4.0"

__all__: List[str] = []

0 comments on commit 0010ef4

Please sign in to comment.