Skip to content

Commit e7225f7

Browse files
committed
Version 0.8.47
1 parent e3278cd commit e7225f7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/create-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
contents: "write"
3030
steps:
3131
- uses: "actions/download-artifact@v6"
32-
path:
33-
name: "artifact" # Create an artifact/ directory
32+
with:
33+
path: "artifact" # Create an artifact/ directory
3434
- name: "create release"
3535
run: "gh release create --generate-notes --repo ${{ github.repository }} ${{ github.ref_name }} artifact/*"
3636
env:

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
- Summary:
77
- To be determined
88

9-
## Version: 0.8.46
9+
## Version: 0.8.47
1010

1111
- Summary:
1212
- Fix syntax

ciscoconfparse2/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.8.46"
1+
__version__ = "0.8.47"

0 commit comments

Comments
 (0)