Automatically generated by python-semantic-release
This commit is contained in:
semantic-release 2024-04-11 12:57:33 +00:00 committed by ci_update_bot
parent 8e9ea06284
commit f58fed2c7d
5 changed files with 14 additions and 4 deletions

View File

@ -2,6 +2,16 @@
<!--next-version-placeholder-->
## v2.0.3 (2024-04-11)
### Fix
* Fixed entry points ([`82b4689`](https://gitlab.psi.ch/bec/bec/-/commit/82b4689beb96b3a11ea1c2d5203167cb45746ffa))
### Documentation
* **developer:** Updated developer instructions after bec server refactoring ([`792c5cd`](https://gitlab.psi.ch/bec/bec/-/commit/792c5cdb95e7838d3198171e0dac2533ba73a8a4))
## v2.0.2 (2024-04-11)
### Fix

View File

@ -10,7 +10,7 @@ current_path = pathlib.Path(__file__).parent.resolve()
bec_lib = f"{current_path}/../bec_lib/"
__version__ = "2.0.2"
__version__ = "2.0.3"
def run_install(setup_args: dict, bec_deps: list, editable=False):

View File

@ -1,6 +1,6 @@
from setuptools import setup
__version__ = "2.0.2"
__version__ = "2.0.3"
if __name__ == "__main__":
setup(

View File

@ -4,7 +4,7 @@ from setuptools import setup
current_path = pathlib.Path(__file__).parent.resolve()
__version__ = "2.0.2"
__version__ = "2.0.3"
if __name__ == "__main__":

View File

@ -1 +1 @@
__version__ = "2.0.2"
__version__ = "2.0.3"