Skip to content

Commit

Permalink
Bump version to 0.0.19 (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsfehler authored Apr 16, 2022
1 parent adeeb44 commit 6bc143b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog
All notable changes to this project will be documented in this file.

## [0.0.19] - 2022-04-16

## Fixed
- False positive on multiline conditional expressions

## [0.0.18] - 2021-03-25

## Fixed
Expand Down
2 changes: 1 addition & 1 deletion flake8_multiline_containers.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class MultilineContainers:
"""Ensure the consistency of multiline dict and list style."""

name = 'flake8_multiline_containers'
version = '0.0.18'
version = '0.0.19'

tree = attr.ib(default=None)
filename = attr.ib(default="(none)")
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.18",
version="0.0.19",
description="Ensure a consistent format for multiline containers.",
long_description=read('README.rst'),
author="Joshua Fehler",
Expand Down

0 comments on commit 6bc143b

Please sign in to comment.