Skip to content

Commit 9ffc339

Browse files
committed
Release v0.1.0
1 parent 8b989f9 commit 9ffc339

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ option to specify seeds or salts.
88
- Cisco IOS/IOS-XE
99
- Type 5
1010
- Type 9
11+
- Juniper JunOS
12+
- Type 1
13+
- Type 6
1114

1215
If you are missing a hash function, please open an issue.
1316

network_hash_gen/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,3 @@
2929
'$9$XpsDCh72ruxTQc$Cm80vIgCAQPhWrLJczX53Z7qVg0AxKui6t8.QbWfBsU'
3030
```
3131
"""
32-
33-
__version__ = "0.0.1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "network_hash_gen"
3-
version = "0.0.2"
3+
version = "0.1.0"
44
description = "A library to generate hashes for network devices."
55
authors = ["Johannes Erwerle <jo+network_hash_gen@swagspace.org>"]
66
license = "GPL-3.0-or-later"

0 commit comments

Comments
 (0)