Merge branch 'master' into 384/assistant-openai

This commit is contained in:
Fabio Manganiello 2024-05-31 02:58:08 +02:00
commit d9a5ea1e53
Signed by: blacklight
GPG key ID: D90FBA7F76362774
5 changed files with 7 additions and 4 deletions

View file

@ -1,10 +1,13 @@
# Changelog # Changelog
## [Unreleased] ## [1.0.3] - 2024-05-31
- [[#368](https://git.platypush.tech/platypush/platypush/issues/368)] Added - [[#368](https://git.platypush.tech/platypush/platypush/issues/368)] Added
Ubuntu packages. Ubuntu packages.
- Fixed bug that didn't get hooks to match events imported through the new
`platypush.events` symlinked module.
## [1.0.2] - 2024-05-26 ## [1.0.2] - 2024-05-26
- Fixed regression introduced by the support of custom names through the - Fixed regression introduced by the support of custom names through the

View file

@ -23,7 +23,7 @@ when = hook
__author__ = 'Fabio Manganiello <fabio@manganiello.tech>' __author__ = 'Fabio Manganiello <fabio@manganiello.tech>'
__version__ = '1.0.2' __version__ = '1.0.3'
__all__ = [ __all__ = [
'Application', 'Application',
'Variable', 'Variable',

Binary file not shown.

View file

@ -1,5 +1,5 @@
[bumpversion] [bumpversion]
current_version = 1.0.2 current_version = 1.0.3
commit = True commit = True
tag = True tag = True

View file

@ -66,7 +66,7 @@ backend = pkg_files('platypush/backend')
setup( setup(
name="platypush", name="platypush",
version="1.0.2", version="1.0.3",
author="Fabio Manganiello", author="Fabio Manganiello",
author_email="fabio@manganiello.tech", author_email="fabio@manganiello.tech",
description="Platypush service", description="Platypush service",