Skip to content

Commit

Permalink
Prepare for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
sde1000 committed May 3, 2024
1 parent cedc4d2 commit a28bd26
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 5 deletions.
15 changes: 13 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,24 @@
Changes
=======

0.11 (planned)
--------------
0.11 (2024-05-03)
-----------------

- Frame exception updates; See below. The ``new_exceptions`` parameter
has been removed from the ``Frame()`` constructor and the
``Frame.pack_len()`` method.

- Method to control the power supply in the Lunatone DALI USB 30ma
added to ``dali.driver.hid.tridonic`` [mbecker]

- Improved support for colour-control devices (device type 8) [jktjkt]

- Driver for Lunatine SCI RS232 [opieters]

- Driver for AL-DALI-HAT [rijimuge]

- Bug fixes to input device support [jktjkt]

Frame exception updates
-----------------------

Expand Down
10 changes: 9 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,19 @@ Contributors

- Sean Lanigan, Wallace Building Systems Pty Ltd

- Markus Becker

- Jan Kundrát

- Olivier Pieters

- David Russell


Copyright
---------

python-dali is Copyright (C) 2013–2022 Stephen Early <[email protected]>
python-dali is Copyright (C) 2013–2024 Stephen Early <[email protected]>
and other contributors.

It is distributed under the terms of the GNU Lesser General Public
Expand Down
2 changes: 1 addition & 1 deletion debian/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Upstream-Name: python-dali
Source: https://github.com/sde1000/python-dali

Files: *
Copyright: 2013-2022 Stephen Early <[email protected]>
Copyright: 2013-2024 Stephen Early <[email protected]>
License: LGPL-3.0+

License: LGPL-3.0+
Expand Down
2 changes: 1 addition & 1 deletion make-release
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ oldversion=$(dpkg-parsechangelog -l${pkgdir}/debian/changelog | grep Version: |
echo "Previous version: ${oldversion}"

if [ "${oldversion}" = "${newversion}" ]; then
echo Versions are the same! Have you forgotten to update setup.py?
echo Versions are the same! Have you forgotten to update setup.cfg?
echo If you are rebuilding the current release, use the -r option
exit 1
fi
Expand Down

0 comments on commit a28bd26

Please sign in to comment.