Skip to content

Commit

Permalink
Version 1.2.1 (#71)
Browse files Browse the repository at this point in the history
* Prepare for version 1.2.1

* Update test publish action
  • Loading branch information
crnh authored Mar 11, 2024
1 parent 17a7d75 commit b0afa57
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ jobs:
uses: pypa/gh-action-pypi-publish@v1.8.11
with:
user: __token__
repository_url: https://test.pypi.org/legacy/
repository-url: https://test.pypi.org/legacy/
# If the release is already present, overwrite it
skip_existing: true
skip-existing: true

publish_to_github:
runs-on: ubuntu-latest
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,18 @@ ZOS-API can also be added in patch releases.

### Fixed

### Changed

### Deprecated

### Removed

## [[1.2.1]](https://github.com/MREYE-LUMC/ZOSPy/releases/tag/v1.2.1) - 2024-03-11

### Added

### Fixed

- Unsupported locale setting on import (#66, #69)
- Zernike Standard Coefficients analysis parses dates as floats under German locale (#70)

Expand Down
2 changes: 1 addition & 1 deletion zospy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""A Python package to communicate with Zemax OpticStudio through its API."""

__version__ = "1.2.0"
__version__ = "1.2.1"

import logging

Expand Down

0 comments on commit b0afa57

Please sign in to comment.