Skip to content

Commit

Permalink
chore(release): 2.17.7
Browse files Browse the repository at this point in the history
### [2.17.7](v2.17.6...v2.17.7) (2023-10-05)

### Bug Fixes

* **various:** Remove unused imports for pylint testing ([#495](#495)) ([71aecd6](71aecd6))
  • Loading branch information
semantic-release-bot committed Oct 5, 2023
1 parent 71aecd6 commit e89ca33
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### [2.17.7](https://github.com/PaloAltoNetworks/pan-os-ansible/compare/v2.17.6...v2.17.7) (2023-10-05)


### Bug Fixes

* **various:** Remove unused imports for pylint testing ([#495](https://github.com/PaloAltoNetworks/pan-os-ansible/issues/495)) ([71aecd6](https://github.com/PaloAltoNetworks/pan-os-ansible/commit/71aecd6ec2128c8035e1ad40479e9c059fa27388))

### [2.17.6](https://github.com/PaloAltoNetworks/pan-os-ansible/compare/v2.17.5...v2.17.6) (2023-09-14)


Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Palo Alto Networks Ansible Collection
=====================================

Version: 2.17.6
Version: 2.17.7

The Palo Alto Networks Ansible collection is a collection of modules that
automate configuration and operational tasks on Palo Alto Networks Next
Expand Down
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace: 'paloaltonetworks'
name: 'panos'

# The version of the collection. Must be compatible with semantic versioning
version: 2.17.6
version: 2.17.7

# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: 'README.md'
Expand Down

0 comments on commit e89ca33

Please sign in to comment.