Skip to content

Commit

Permalink
fix(models.Secret): updated refresh() method, the updated attributes …
Browse files Browse the repository at this point in the history
…are now assigned to the instance of the class
  • Loading branch information
akimrx committed Mar 24, 2024
1 parent 52f02d5 commit b6ad5ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
<article role="main">
<section id="yandex-lockbox-python-client-documentation">
<h1>Yandex Lockbox Python client documentation<a class="headerlink" href="#yandex-lockbox-python-client-documentation" title="Link to this heading">#</a></h1>
<p>Release v0.1.0</p>
<p>Release v0.1.1</p>
<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>
<hr class="docutils" />
<p><strong>Supported Python versions</strong>:</p>
Expand Down
2 changes: 1 addition & 1 deletion yc_lockbox/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
from yc_lockbox._lockbox import YandexLockboxClient
from yc_lockbox._models import Secret, INewSecretPayloadEntry, INewSecret, INewSecretVersion, IUpdateSecret

__version__ = "0.1.0"
__version__ = "0.1.1"
__author__ = "Akim Faskhutdinov"
__author_email__ = "akimstrong@yandex.ru"
__license__ = "MIT"
Expand Down

0 comments on commit b6ad5ad

Please sign in to comment.