File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -474,7 +474,7 @@ def dashboards(self):
474
474
@property
475
475
def labels (self ):
476
476
"""
477
- get gerrit labels
477
+ gerrit labels or gerrit labels operations
478
478
479
479
:return:
480
480
"""
@@ -490,7 +490,7 @@ def labels(self):
490
490
@property
491
491
def webhooks (self ):
492
492
"""
493
- gerrit webhooks operations, requires delete-project plugin
493
+ gerrit webhooks operations, requires webhooks plugin
494
494
495
495
:return:
496
496
"""
Original file line number Diff line number Diff line change 20
20
setup (
21
21
name = "python-gerrit-api" ,
22
22
# https://packaging.python.org/en/latest/single_source_version.html
23
- version = "1.0.2 " ,
23
+ version = "1.0.3 " ,
24
24
description = "Python wrapper for the Gerrit REST API." ,
25
25
long_description = long_description ,
26
26
url = "https://github.com/shijl0925/python-gerrit-api" ,
You can’t perform that action at this time.
0 commit comments