Skip to content

Commit

Permalink
Tag v0.8.0 (Move to ruff, Final python 3.7 release)
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed May 29, 2023
1 parent 93724ac commit d50ff56
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGES
Expand Up @@ -9,14 +9,20 @@ To install the unreleased unihan-db version, see
$ pip install --user --upgrade --pre unihan-db
```

## unihan-db 0.8.x (unreleased)
## unihan-db 0.9.x (unreleased)

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

- _Insert changes/features/fixes for next release here_

## unihan-db 0.8.0 (2023-05-13)

_Maintenance only, no bug fixes or features_

### Breaking

- Final Python 3.7 release

### Internal improvements

- Move formatting, import sorting, and linting to [ruff].
Expand Down
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -83,6 +83,10 @@ $ cd unihan-etl

[Bootstrap your environment and learn more about contributing](https://cihai.git-pull.com/contributing/). We use the same conventions / tools across all cihai projects: `pytest`, `sphinx`, `flake8`, `mypy`, `black`, `isort`, `tmuxp`, and file watcher helpers (e.g. `entr(1)`).

## Python versions

- 0.8.0: Last Python 3.7 release

## More information

[![Docs](https://github.com/cihai/unihan-db/workflows/docs/badge.svg)](https://unihan-db.git-pull.com/)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "unihan_db"
version = "0.7.2"
version = "0.8.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
@@ -1,7 +1,7 @@
__title__ = "unihan-db"
__package_name__ = "unihan_db"
__description__ = "SQLAlchemy models for UNIHAN CJK database"
__version__ = "0.7.2"
__version__ = "0.8.0"
__author__ = "Tony Narlock"
__github__ = "https://github.com/cihai/unihan-db"
__docs__ = "https://unihan-db.git-pull.com"
Expand Down

0 comments on commit d50ff56

Please sign in to comment.