Skip to content

Commit

Permalink
Release 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Jan 12, 2020
1 parent 888e33f commit 9dba120
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## Changes

### 0.9.2 (2020-01-12)

- Add `-A`/`--available-algorithms` option for listing available algorithms
- Add optional shell completion support using argcomplete
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
include CHANGES.md
include MANIFEST.in
2 changes: 1 addition & 1 deletion hashpipe/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
# for hmac.digest only available in 3.7+
# mypy: no-warn-unused-ignores

__version__ = "0.9.1"
__version__ = "0.9.2"
DEFAULT_ALGORITHM = "sha1"


Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[metadata]
name = hashpipe
description = Regular expression match hasher
long_description = file:README.md
long_description = file:README.md,CHANGES.md
long_description_content_type = text/markdown
author = Ville Skyttä
author-email = [email protected]
Expand Down

0 comments on commit 9dba120

Please sign in to comment.