diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f67c8b..fc11ca3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [unreleased] -## [v2.0.1] - 19 August 2022 +## [v2.1.0] - 19 August 2022 -### Added +### Changed -- Fixed sub modules error +- Fixed sub modules error in `clickgen.*` ## [v2.0.0] - 16 August 2022 @@ -222,8 +222,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - auto-generated **symlinks** based on input configs - `.tar` archive & `directory` as out **package**. -[unreleased]: https://github.com/ful1e5/clickgen/compare/v2.0.1...main -[v2.0.0]: https://github.com/ful1e5/clickgen/compare/v2.0.1...v2.0.0 +[unreleased]: https://github.com/ful1e5/clickgen/compare/v2.1.0...main +[v2.1.0]: https://github.com/ful1e5/clickgen/compare/v2.1.0...v2.0.0 [v2.0.0]: https://github.com/ful1e5/clickgen/compare/v2.0.0...v2.0.0-beta.2 [v2.0.0-beta.2]: https://github.com/ful1e5/clickgen/compare/v2.0.0-beta.2...v2.0.0-beta.1 [v2.0.0-beta.1]: https://github.com/ful1e5/clickgen/compare/v2.0.0-beta.1...v1.1.9 diff --git a/setup.cfg b/setup.cfg index b438359..961134b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -47,8 +47,8 @@ package_dir = = src [options.package_data] -* = LICENSE, README.md -clickgen = *.pyi, py.typed +* = LICENSE, README.md, *.pyi +clickgen = py.typed [options.entry_points] console_scripts = diff --git a/src/clickgen/__init__.py b/src/clickgen/__init__.py index cb243a7..58f0bcc 100644 --- a/src/clickgen/__init__.py +++ b/src/clickgen/__init__.py @@ -1,4 +1,4 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -__version__ = "2.0.1" +__version__ = "2.1.0"