Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenning committed Oct 10, 2023
1 parent c7c74f3 commit 1f23d1d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,16 @@
- Summary:
- Insert something here


## Version: 1.8.1

- Released: 2023-10-10
- Summary:
- Use dnspython 2.3.0 instead of 2.4.2 to avoid the min python version of 3.8 in 2.4.2

## Version: 1.8.0

- Released: 2023-10-09
- Released: 2023-10-10
- Summary:
- Rewrite 'dev_tools/deploy_docs.py' as 'dev_tools/deploy_docs' in go
- Disable better_exceptions
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ pypi:
# upgrade packaging infra and ciscoconfparse dependencies...
make pypi-package-infra
# tag the repo with $$VERSION and push to origin
git tag $$VERSION
-git tag $$VERSION
git push origin $$VERSION
poetry lock --no-update
poetry build
Expand Down

0 comments on commit 1f23d1d

Please sign in to comment.