Skip to content

Commit 9dba120

Browse files
committed
Release 0.9.2
1 parent 888e33f commit 9dba120

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## Changes
2+
3+
### 0.9.2 (2020-01-12)
4+
5+
- Add `-A`/`--available-algorithms` option for listing available algorithms
6+
- Add optional shell completion support using argcomplete

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
include CHANGES.md
2+
include MANIFEST.in

hashpipe/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
# for hmac.digest only available in 3.7+
3131
# mypy: no-warn-unused-ignores
3232

33-
__version__ = "0.9.1"
33+
__version__ = "0.9.2"
3434
DEFAULT_ALGORITHM = "sha1"
3535

3636

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[metadata]
22
name = hashpipe
33
description = Regular expression match hasher
4-
long_description = file:README.md
4+
long_description = file:README.md,CHANGES.md
55
long_description_content_type = text/markdown
66
author = Ville Skyttä
77
author-email = [email protected]

0 commit comments

Comments
 (0)