👷 clickgen v1.1.9 and todo

This commit is contained in:
ful1e5 2021-03-23 18:52:45 +05:30
parent c4bb105a5b
commit dcc0a99845
2 changed files with 8 additions and 1 deletions

View file

@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [unreleased] ## [unreleased]
### Added
- use `clickgen.packagers` for packaging **X11/UNIX** cursors
- typing supports from `clickgen` (v1.1.9)
- Set clickgen version to v1.1.9 inside `builder/setup.py`
- `Pillow` version locked at **8.1.1** by clickgen **v1.1.9**
### Changed ### Changed
- Bibata Rainbow packages move to [own](https://github.com/ful1e5/Bibata_Cursor_Rainbow) repo - Bibata Rainbow packages move to [own](https://github.com/ful1e5/Bibata_Cursor_Rainbow) repo

View file

@ -5,7 +5,7 @@ from setuptools import setup
setup( setup(
name="bbpkg", name="bbpkg",
version="1.1.0", version="1.1.0", # TODO: bump up
description="Generate 'Bibata' cursor theme from PNGs file", description="Generate 'Bibata' cursor theme from PNGs file",
url="https://github.com/ful1e5/Bibata_Cursor", url="https://github.com/ful1e5/Bibata_Cursor",
packages=["bbpkg"], packages=["bbpkg"],