Skip to content

Commit

Permalink
Bump version to 0.0.3 (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsfehler authored Jun 5, 2019
1 parent c528784 commit 915903f
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.3] - 2019-06-05

### Fixed
- Strings with only closing characters are ignored

## [0.0.2] - 2019-05-31

### 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 @@ -30,7 +30,7 @@ class MultilineContainers:
"""

name = 'flake8_multiline_containers'
version = '0.0.2'
version = '0.0.3'

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.2",
version="0.0.3",
description="Ensure a consistent format for multiline containers.",
long_description=read('README.rst'),
author="Joshua Fehler",
Expand Down

0 comments on commit 915903f

Please sign in to comment.