Skip to content

Commit

Permalink
Bump version to 0.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
smithara committed Sep 6, 2023
1 parent b44dd0b commit abf1a2a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Release notes
Change log
----------

Changes from 0.11.2 to 0.11.3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

- Added ``ignore_cached_models=True`` in :py:meth:`viresclient.SwarmRequest.set_products`
- Added description of model handling in docs

Changes from 0.11.1 to 0.11.2
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down
2 changes: 1 addition & 1 deletion src/viresclient/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@
from ._config import ClientConfig, set_token
from ._data_handling import ReturnedData, ReturnedDataFile

__version__ = "0.11.2"
__version__ = "0.11.3"

0 comments on commit abf1a2a

Please sign in to comment.