Skip to content

Commit

Permalink
Bump version to 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jsfehler committed Mar 6, 2020
1 parent 37f9905 commit 294bad5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog
All notable changes to this project will be documented in this file.

## [0.0.8] - 2020-03-06

### Fixed
- Handle nested function calls
- Ignore conditional blocks
- Ignore function calls with strange whitespace

## [0.0.7] - 2019-09-21

### Added
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def read(filename):
setuptools.setup(
name="flake8-multiline-containers",
license="MIT",
version="0.0.7",
version="0.0.8",
description="Ensure a consistent format for multiline containers.",
long_description=read('README.rst'),
author="Joshua Fehler",
Expand Down

0 comments on commit 294bad5

Please sign in to comment.