-
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [0.35.0](v0.34.0...v0.35.0) (2023-12-31) ### Bug Fixes * **deps:** update dependency click to v8.1.7 ([783741d](783741d)) * fail when no style is explicitly configured (don't use the default style) ([#606](#606)) ([f309354](f309354)) * **style:** better .editorconfig ([0b779d9](0b779d9)) * **style:** comma_separated_values for flake8/isort ([7336dbc](7336dbc)) * **style:** move "build" to readthedocs.toml ([676ac24](676ac24)) * **style:** remove Radon from the Nitpick preset ([126b1c1](126b1c1)) * **style:** tag markdownlint.toml as a markdown style ([578bfb5](578bfb5)) * **style:** use black mirror that's 2x faster ([67dc163](67dc163)) ### Features * add Python 3.12 ([#616](#616)) ([90ced4c](90ced4c)) * set CLI options with environment variables ([3575b9a](3575b9a)) * **style:** add toml-sort ([#626](#626)) ([a4aeef7](a4aeef7)) * **style:** default Python version on pre-commit ([3557c1f](3557c1f)) * **style:** Poetry (virtualenv in project) ([f002b8b](f002b8b)) * suggest styles based on the file types in the project ([#629](#629)) ([e2bca24](e2bca24))
- Loading branch information
1 parent
d910da9
commit 36d4912
Showing
11 changed files
with
39 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[bumpversion] | ||
current_version = 0.34.0 | ||
current_version = 0.35.0 | ||
commit = False | ||
tag = False | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters