Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2023-11-16 10:45:13 +00:00
committed by ci_update_bot
parent a45ffe7740
commit 830064a432
2 changed files with 7 additions and 1 deletions

View File

@ -2,6 +2,12 @@
<!--next-version-placeholder--> <!--next-version-placeholder-->
## v0.11.0 (2023-11-16)
### Feature
* Add pylint check to ci pipeline ([`a45ffe7`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/a45ffe7740714a57aad54fbc56164971144a6b7d))
## v0.10.2 (2023-11-12) ## v0.10.2 (2023-11-12)
### Fix ### Fix

View File

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