Skip to content

Commit

Permalink
Version 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
trendels committed May 7, 2021
1 parent f6cc796 commit bb0c73c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.1.7 (2021-05-07)

- Add type annotations to braceexpand function

## 0.1.6 (2020-10-09)

- Fix char range ending with 'A' expanding to empty list
Expand Down
2 changes: 1 addition & 1 deletion src/braceexpand/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import sys
from itertools import chain, product

__version__ = '0.1.6'
__version__ = '0.1.7'

__all__ = ['braceexpand', 'alphabet', 'UnbalancedBracesError']

Expand Down

0 comments on commit bb0c73c

Please sign in to comment.