diff --git a/CHANGELOG.md b/CHANGELOG.md index 16e8e558..ec9be4d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,7 +19,7 @@ ZOS-API can also be added in patch releases. ### Removed -## [[1.1.2]](https://github.com/MREYE-LUMC/ZOSPy/releases/tag/v1.1.2) - 2023-12-11 +## [[1.1.2]](https://github.com/MREYE-LUMC/ZOSPy/releases/tag/v1.1.2) - 2023-12-13 ### Fixed diff --git a/zospy/__init__.py b/zospy/__init__.py index f2c2830f..5cc056cd 100644 --- a/zospy/__init__.py +++ b/zospy/__init__.py @@ -1,6 +1,6 @@ """A Python package to communicate with Zemax OpticStudio through its API.""" -__version__ = "1.1.1" +__version__ = "1.1.2" import logging