Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit b68fbde

Browse files
committed
Bump version: 1.2.2 → 1.2.3
1 parent 5ad094e commit b68fbde

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pancloud/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
from .credentials import Credentials
1212

1313
__author__ = 'Palo Alto Networks'
14-
__version__ = '1.2.2'
14+
__version__ = '1.2.3'

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.2.2
2+
current_version = 1.2.3
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
setup(
2626
name='pancloud',
27-
version='1.2.2',
27+
version='1.2.3',
2828
description="Python idiomatic SDK for the Palo Alto Networks Application Framework.",
2929
long_description=readme + '\n\n' + history,
3030
author="Steven Serrata",

0 commit comments

Comments
 (0)