Skip to content

Commit

Permalink
Fix for bad v0.40.0 packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
bwendling committed Jun 20, 2023
1 parent e58b7c4 commit 241826e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
# All notable changes to this project will be documented in this file.
# This project adheres to [Semantic Versioning](http://semver.org/).

## [0.40.1] 2023-06-20
### Fixed
- Corrected bad distribution v0.40.0 package.

## [0.40.0] 2023-06-13
### Added
- Support for Python 3.11
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def run(self):
with codecs.open('README.rst', 'r', 'utf-8') as fd:
setup(
name='yapf',
version='0.40.0',
version='0.40.1',
description='A formatter for Python code.',
url='https://github.com/google/yapf',
long_description=fd.read(),
Expand Down

0 comments on commit 241826e

Please sign in to comment.