Skip to content

Commit b6ad5ad

Browse files
committed
fix(models.Secret): updated refresh() method, the updated attributes are now assigned to the instance of the class
1 parent 52f02d5 commit b6ad5ad

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@
199199
<article role="main">
200200
<section id="yandex-lockbox-python-client-documentation">
201201
<h1>Yandex Lockbox Python client documentation<a class="headerlink" href="#yandex-lockbox-python-client-documentation" title="Link to this heading">#</a></h1>
202-
<p>Release v0.1.0</p>
202+
<p>Release v0.1.1</p>
203203
<p>This library is a simple client for working with <a class="reference external" href="https://cloud.yandex.ru/en/docs/lockbox/">Yandex Lockbox</a> over <a class="reference external" href="https://cloud.yandex.ru/en/docs/lockbox/api-ref/">REST API</a>, simplifying work with secrets and allowing you to work with them in the OOP paradigm.</p>
204204
<hr class="docutils" />
205205
<p><strong>Supported Python versions</strong>:</p>

yc_lockbox/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
from yc_lockbox._lockbox import YandexLockboxClient
2828
from yc_lockbox._models import Secret, INewSecretPayloadEntry, INewSecret, INewSecretVersion, IUpdateSecret
2929

30-
__version__ = "0.1.0"
30+
__version__ = "0.1.1"
3131
__author__ = "Akim Faskhutdinov"
3232
__author_email__ = "akimstrong@yandex.ru"
3333
__license__ = "MIT"

0 commit comments

Comments
 (0)