Skip to content

Commit

Permalink
Bump version to 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jsfehler committed May 31, 2019
1 parent 6e36007 commit 643bb57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Changelog
All notable changes to this project will be documented in this file.

## [0.0.2] - 2019-05-27
## [0.0.2] - 2019-05-31

### Fixed
- Handle situations where there are uneven numbers of opening and closing characters on the same line
- Ensure opening and closing characters inside strings are ignored
2 changes: 1 addition & 1 deletion flake8_multiline_containers.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class MultilineContainers:
"""

name = 'flake8_multiline_containers'
version = '0.0.1'
version = '0.0.2'

tree = attr.ib(default=None)
filename = attr.ib(default="(none)")
Expand Down

0 comments on commit 643bb57

Please sign in to comment.