Skip to content

Commit

Permalink
Version 0.7.24
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenning committed Mar 17, 2024
1 parent ce0cdc6 commit 355cf95
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- Summary:
- Insert something here

## Version: 0.7.12 - 0.7.23
## Version: 0.7.12 - 0.7.24

- Released: 2024-03-17
- Summary:
Expand Down
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,19 +47,19 @@ install_build:

.PHONY: pypi
pypi:
@echo "$(COL_CYAN)>> uploading ciscoconfparse2 pypi artifacts to pypi$(COL_END)"
@echo "$(COL_CYAN)>> Use CI/CD to publish ciscoconfparse2 pypi artifacts$(COL_END)"
make clean
# upgrade packaging infra and ciscoconfparse2 dependencies...
make dep
# tag the repo with $$VERSION and push to origin
git commit --all -m "Version $$VERSION"
git tag $$VERSION
git checkout main
git merge develop
git push origin $$VERSION
git push origin main
git push origin $$VERSION
git checkout develop
git pull origin main
# twine is the simplest pypi package uploader...

.PHONY: bump-version-patch
bump-version-patch:
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.23"
version = "0.7.24"
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 355cf95

Please sign in to comment.