Skip to content

Commit c6bd861

Browse files
committed
cd: update next release version
1 parent c995355 commit c6bd861

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docsrc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = "LmR"
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = "1.1.2"
25+
release = "1.1.3"
2626

2727
# -- General configuration ---------------------------------------------------
2828

pycheckpoint_api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__author__ = "LmR <letmer00t@gmail.com>"
22
__license__ = "MIT"
33
__contributors__ = []
4-
__version__ = "1.1.2"
4+
__version__ = "1.1.3"
55

66
from pycheckpoint_api.management import Management # noqa

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pycheckpoint-api"
3-
version = "1.1.2"
3+
version = "1.1.3"
44
description = "A python SDK for the Checkpoint firewalls"
55
authors = ["LmR <letmer00t@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)