mirror of
https://github.com/ivan-usov-org/bec.git
synced 2025-04-22 02:20:02 +02:00
2.0.3
Automatically generated by python-semantic-release
This commit is contained in:
parent
8e9ea06284
commit
f58fed2c7d
10
CHANGELOG.md
10
CHANGELOG.md
@ -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
|
||||
|
@ -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):
|
||||
|
@ -1,6 +1,6 @@
|
||||
from setuptools import setup
|
||||
|
||||
__version__ = "2.0.2"
|
||||
__version__ = "2.0.3"
|
||||
|
||||
if __name__ == "__main__":
|
||||
setup(
|
||||
|
@ -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__":
|
||||
|
@ -1 +1 @@
|
||||
__version__ = "2.0.2"
|
||||
__version__ = "2.0.3"
|
||||
|
Loading…
x
Reference in New Issue
Block a user