Skip to content

Commit

Permalink
Add changelog and increment version for 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vanous committed Jun 10, 2024
1 parent 47286b1 commit a8eb2f2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
### Changelog

#### Version 1.0.4

* Handle faulty XML files with extra null byte
* Add Laser geometry
* Handle encoded thumbnail file names
* Do not return fixture type when requesting a geometry
* Add additional BeamTypes
* Make channels optional in get_dmx_modes_info
* Add python dev versions to tests
* Improved channel/function defaults, added highlights

#### Version 1.0.3
* First release under Open-Stage organization
* add CI/CD pytest testing + mypy
Expand Down
1 change: 1 addition & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* generate wheel:

```bash
python -m pip install setuptools wheel
python3 setup.py sdist bdist_wheel
```
* test upload to TestPypi with twine
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="pygdtf",
version="1.0.3",
version="1.0.4",
description="General Device Type Format library for Python",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit a8eb2f2

Please sign in to comment.