Skip to content

Commit

Permalink
Tag v0.11.0 (code stringency improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Jul 1, 2023
1 parent 0bd8caf commit f68e2a7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,22 @@ To install the unreleased unihan-db version, see
$ pip install --user --upgrade --pre unihan-db
```

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

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

## unihan-db 0.11.0 (2023-07-01)

_Maintenance only, no bug fixes, or new features_

### Development

- ruff: Improve code quality stringency (#315)
- unihan-etl: 0.24.0 -> 0.25.0

Improve code quality via `ruff` rules strictness

## unihan-db 0.10.x (2023-06-24)
## unihan-db 0.10.0 (2023-06-24)

_Maintenance only, no bug fixes, or new features_

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 = "unihan_db"
version = "0.10.0"
version = "0.11.0"
description = "SQLAlchemy models for UNIHAN CJK database"
license = "MIT"
authors = ["Tony Narlock <tony@git-pull.com>"]
Expand Down
2 changes: 1 addition & 1 deletion src/unihan_db/__about__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__title__ = "unihan-db"
__package_name__ = "unihan_db"
__description__ = "SQLAlchemy models for UNIHAN CJK database"
__version__ = "0.10.0"
__version__ = "0.11.0"
__author__ = "Tony Narlock"
__github__ = "https://github.com/cihai/unihan-db"
__docs__ = "https://unihan-db.git-pull.com"
Expand Down

0 comments on commit f68e2a7

Please sign in to comment.