Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
carlmontanari committed Jul 26, 2022
1 parent 5b895de commit bf96d48
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ venv.bak/
# pycharm
.idea

# vscode
.vscode/

# mypy
.mypy_cache/
.dmypy.json
Expand Down
6 changes: 6 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
CHANGELOG
=======

# 2022.07.30
- Add Versa Flex VNF -- see #119
- Add Vyos -- see #134
- UPdated Huawei prompt for config mode -- see #118


# 2022.01.30
- Add Cisco CBS -- see #76
- Add Aruba AOSCX -- see #80
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

import setuptools

__version__ = "2022.01.30"
__version__ = "2022.07.30"
__author__ = "Carl Montanari"

with open("README.md", "r", encoding="utf-8") as f:
Expand Down

0 comments on commit bf96d48

Please sign in to comment.