Skip to content

Commit

Permalink
Version 0.7.36
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenning committed Apr 6, 2024
1 parent cba66be commit be65a78
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
- Summary:
- Insert something here

## Version: 0.7.36

- Released: 2024-04-06
- Summary:
- Enhance Makefile to be more resilient for unexpected workflows

## Version: 0.7.35

- Released: 2024-04-06
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ cicd:
make clean
# upgrade packaging infra and ciscoconfparse2 dependencies...
make dep
git commit --all -m "Version $$VERSION"
-git commit --all -m "Version $$VERSION"
# tag the repo with $$VERSION, upon git tag push,
# this triggers .github/workflows/cicd-publish.yml
git tag $$VERSION
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[project]
name = "ciscoconfparse2"
version = "0.7.35"
version = "0.7.36"
description = "Parse, Audit, Query, Build, and Modify Cisco IOS-style and JunOS-style configs"
readme = "README.md"
license = "GPL-3.0-only"
Expand Down

0 comments on commit be65a78

Please sign in to comment.