Skip to content

Commit f23a440

Browse files
committed
update doc
1 parent b5ccc3a commit f23a440

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gerrit/projects/project.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ def dashboards(self):
474474
@property
475475
def labels(self):
476476
"""
477-
get gerrit labels
477+
gerrit labels or gerrit labels operations
478478
479479
:return:
480480
"""
@@ -490,7 +490,7 @@ def labels(self):
490490
@property
491491
def webhooks(self):
492492
"""
493-
gerrit webhooks operations, requires delete-project plugin
493+
gerrit webhooks operations, requires webhooks plugin
494494
495495
:return:
496496
"""

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
setup(
2121
name="python-gerrit-api",
2222
# https://packaging.python.org/en/latest/single_source_version.html
23-
version="1.0.2",
23+
version="1.0.3",
2424
description="Python wrapper for the Gerrit REST API.",
2525
long_description=long_description,
2626
url="https://github.com/shijl0925/python-gerrit-api",

0 commit comments

Comments
 (0)