Skip to content

Commit

Permalink
build(deps): unihan-etl 0.26.0 -> 0.27.0 (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Jul 18, 2023
2 parents ea53b6d + a5960b1 commit 81d36da
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 8 deletions.
16 changes: 13 additions & 3 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,24 @@ To install the unreleased unihan-db version, see
$ pip install --user --upgrade --pre unihan-db
```

## unihan-db 0.12.x (unreleased)
## unihan-db 0.13.x (unreleased)

<!-- Maintainers, insert changes / features for the next release here -->

## unihan-db 0.12.0 (2023-07-18)

### Development

- unihan-etl: 0.25.0 -> 0.26.0
- unihan-etl:

- 0.26.0 -> 0.27.0 (#317)

Fixes for pytest plugin data locations.

- 0.25.0 -> 0.26.0

pytest plugin with cached UNIHAN data.

pytest plugin with cached UNIHAN data.
- ruff: Code quality fixes (#316)

## unihan-db 0.11.0 (2023-07-01)
Expand Down Expand Up @@ -50,6 +59,7 @@ _Maintenance only, no bug fixes, or new features_
- 0.22.1 -> 0.23.0 (#314):

Package introduces configurable application directories (for test purposes)

- 0.21.1 -> 0.22.1 (#348):

{obj}`dataclasses.dataclass`-based configuration
Expand Down
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Repository = "https://github.com/cihai/unihan-db"
python = "^3.8"
appdirs = "*"
SQLAlchemy = ">=2"
unihan-etl = "~=0.26.0"
unihan-etl = "~=0.27.0"

[tool.poetry.group.dev.dependencies]
### Docs ###
Expand Down

0 comments on commit 81d36da

Please sign in to comment.