Skip to content

Commit e3af8e9

Browse files
committed
Bump version to 0.0.14
1 parent e592023 commit e3af8e9

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [0.0.14] - 2020-08-13
5+
6+
### Fixed
7+
8+
- Handle cases where lists have nested lists with function calls
9+
410
## [0.0.13] - 2020-08-13
511

612
### Fixed

flake8_multiline_containers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class MultilineContainers:
4343
"""Ensure the consistency of multiline dict and list style."""
4444

4545
name = 'flake8_multiline_containers'
46-
version = '0.0.13'
46+
version = '0.0.14'
4747

4848
tree = attr.ib(default=None)
4949
filename = attr.ib(default="(none)")

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def read(filename):
1212
setuptools.setup(
1313
name="flake8-multiline-containers",
1414
license="MIT",
15-
version="0.0.13",
15+
version="0.0.14",
1616
description="Ensure a consistent format for multiline containers.",
1717
long_description=read('README.rst'),
1818
author="Joshua Fehler",

0 commit comments

Comments
 (0)