Skip to content

Commit

Permalink
Increment version to 0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
cpburnz committed Apr 6, 2018
1 parent a053445 commit 0298026
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Change History
==============


0.5.6 (TBD)
-----------
0.5.6 (2018-04-06)
------------------

- Improved unit tests.
- Improved type checking.
Expand Down
4 changes: 2 additions & 2 deletions pathspec/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
__license__ = "MPL 2.0"
__project__ = "pathspec"
__status__ = "Development"
__updated__ = "2018-03-30"
__version__ = "0.5.6.dev1"
__updated__ = "2018-04-06"
__version__ = "0.5.6"

from .pathspec import PathSpec
from .pattern import Pattern, RegexPattern
Expand Down

0 comments on commit 0298026

Please sign in to comment.