Skip to content

Commit

Permalink
Prepare release v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ful1e5 committed Aug 19, 2022
1 parent 3d9f77b commit f61cfd8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down
2 changes: 1 addition & 1 deletion src/clickgen/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

__version__ = "2.0.1"
__version__ = "2.1.0"

0 comments on commit f61cfd8

Please sign in to comment.