Automatically generated by python-semantic-release
This commit is contained in:
semantic-release 2024-02-13 15:41:16 +00:00 committed by ci_update_bot
parent bd42d9d560
commit c5b220b195
2 changed files with 7 additions and 1 deletions

View File

@ -2,6 +2,12 @@
<!--next-version-placeholder-->
## v0.20.1 (2024-02-13)
### Fix
* Use getpass.getuser instead of os.getlogin to retrieve user name ([`bd42d9d`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/bd42d9d56093316f4a9f90a3329b6b5a6d1c851e))
## v0.20.0 (2024-02-13)
### Feature

View File

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