Skip to content

Commit 26491b9

Browse files
committed
Bump to version v0.5.1
1 parent 9e89c8a commit 26491b9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

python/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [Unreleased]
44

5+
## [0.5.1] — 2025-01-02
6+
7+
This release changes the PyPI package name from acl-anthology-py to acl-anthology.
8+
59
### Added
610

711
- VenueIndex can now set `no_item_ids=True` to skip reverse-indexing volumes. This avoids parsing all XML files if all you want to access is basic venue information, but means that `Venue.item_ids` will be empty. _You probably don't want to use this unless you know that you are not going to need this information._

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ name = "acl-anthology"
3535
packages = [
3636
{ include = "acl_anthology" },
3737
]
38-
version = "0.5.0"
38+
version = "0.5.1"
3939
description = "A library for accessing the ACL Anthology"
4040
authors = ["Marcel Bollmann <[email protected]>"]
4141
license = "Apache-2.0"

0 commit comments

Comments
 (0)