Skip to content

Commit

Permalink
Release v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
willguibr committed Apr 27, 2024
1 parent 22f485d commit eb88e21
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,10 @@ jobs:
- name: Install dependencies
run: poetry install

- name: Do black code format check
- name: Do black code format
run: poetry run make format

- name: Do black code check-format
run: poetry run make check-format

release:
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
html_title = "Ansible Collections Documentation"

# The full version, including alpha/beta/rc tags
release = "1.0.0"
release = "1.0.3"

# Disable the Copyright footer for Read the docs at the bottom of the page
# by setting property html_show_copyright = False
Expand Down
2 changes: 1 addition & 1 deletion docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Releases
======================

Version 1.0.0
Version 1.0.3
=============

Notes
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "zpacloud-ansible"
version = "1.0.0"
version = "1.0.3"
description = "Ansible collection for Zscaler Private Access (ZPA)"
authors = ["Zscaler Technology Alliances <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit eb88e21

Please sign in to comment.