Skip to content

Commit

Permalink
Tag v0.2.0 - remove python 2.7 and 3.5 support
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Jun 15, 2021
1 parent 429cf3a commit e41513d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,16 @@
Changelog
=========

Here you can find the recent changes to the project.

current
-------
- Add latest updates here

unihan-db 0.2.0 (2021-06-15)
----------------------------
- Update `black` to 21.6b0
- Update trove classifiers to 3.9
- :issue:`267` Drop python 2.7, 3.5. Remove unused ``__future__`` and
modesets.

unihan-db 0.1.0 (2020-08-09)
----------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ skip-string-normalization = true

[tool.poetry]
name = "unihan_db"
version = "0.1.0"
version = "0.2.0"
description = "SQLAlchemy models for UNIHAN database"
license = "MIT"
authors = ["Tony Narlock <tony@git-pull.com>"]
Expand Down
4 changes: 2 additions & 2 deletions unihan_db/__about__.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
__title__ = 'unihan-db'
__package_name__ = 'unihan_db'
__description__ = 'SQLAlchemy models for UNIHAN database'
__version__ = '0.1.0'
__version__ = '0.2.0'
__author__ = 'Tony Narlock'
__github__ = 'https://github.com/cihai/unihan-db'
__docs__ = 'https://unihan-db.git-pull.com'
__tracker__ = 'https://github.com/cihai/unihan-db/issues'
__pypi__ = 'https://pypi.org/project/unihan-db/'
__email__ = 'cihai@git-pull.com'
__license__ = 'MIT'
__copyright__ = 'Copyright 2017- cihai software foundation'
__copyright__ = 'Copyright 2017- cihai software foundation (Tony Narlock)'

0 comments on commit e41513d

Please sign in to comment.