Skip to content

Commit

Permalink
Version bump 0.46.4
Browse files Browse the repository at this point in the history
arranger - 0.9.3
interactor - 0.16.9
delfick committed Dec 26, 2024

Verified

This commit was signed with the committer’s verified signature.
delfick Stephen Moore
1 parent 8b96aae commit d5d29b8
Showing 10 changed files with 14 additions and 56 deletions.
24 changes: 1 addition & 23 deletions apps/arranger/arranger/__init__.py
Original file line number Diff line number Diff line change
@@ -1,23 +1 @@
VERSION = "0.9.2"


def run_pytest():
import sys

import pytest

class EditConfig:
@pytest.hookimpl(hookwrapper=True)
def pytest_cmdline_parse(pluginmanager, args):
args.extend(
[
"--tb=short",
"-o",
"console_output_style=classic",
"-o",
"default_alt_async_timeout=1",
]
)
yield

sys.exit(pytest.main(plugins=[EditConfig()]))
VERSION = "0.9.3"
2 changes: 1 addition & 1 deletion apps/arranger/docs/index.rst
Original file line number Diff line number Diff line change
@@ -51,7 +51,7 @@ Changelog

.. _release-arranger-0-9-3:

0.9.3 - TBD
0.9.3 - 26 December 2024
* The project is now formatted and linted with ruff

.. _release-arranger-0-9-2:
2 changes: 1 addition & 1 deletion apps/arranger/pyproject.toml
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ readme = "README.rst"
license = "MIT"
requires-python = ">= 3.12"
keywords = [ "arranger", "lifx", "photons" ]
dependencies = [ "lifx-photons-core[web-server]>=0.46.3" ]
dependencies = [ "lifx-photons-core[web-server]>=0.46.4" ]

[[project.authors]]
name = "Stephen Moore"
2 changes: 1 addition & 1 deletion apps/interactor/docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ Changelog

.. _release-interactor-0-16-9:

0.16.9 - TBD
0.16.9 - 26 December 2024
* The project is now formatted and linted with ruff

.. _release-interactor-0-16-8:
24 changes: 1 addition & 23 deletions apps/interactor/interactor/__init__.py
Original file line number Diff line number Diff line change
@@ -1,24 +1,2 @@
VERSION = "0.16.8"
VERSION = "0.16.9"
ZEROCONF_TYPE = "_photons._tcp.local."


def run_pytest():
import sys

import pytest

class EditConfig:
@pytest.hookimpl(hookwrapper=True)
def pytest_cmdline_parse(pluginmanager, args):
args.extend(
[
"--tb=short",
"-o",
"console_output_style=classic",
"-o",
"default_alt_async_timeout=1",
]
)
yield

sys.exit(pytest.main(plugins=[EditConfig()]))
2 changes: 1 addition & 1 deletion apps/interactor/pyproject.toml
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ keywords = [ "lifx", "photons" ]
dependencies = [
"aiosqlite==0.17.0",
"alembic==1.13.1",
"lifx-photons-core[web-server]>=0.46.3",
"lifx-photons-core[web-server]>=0.46.4",
"netifaces==0.11.0",
"SQLAlchemy[asyncio]==2.0.36",
"zeroconf==0.36.12"
2 changes: 1 addition & 1 deletion docs/start/changelog.rst
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ ChangeLog

.. _release-core-0-46-4:

0.46.4 - TBD
0.46.4 - 26 December 2024
* The project is now formatted and linted with ruff

.. _release-core-0-46-3:
4 changes: 3 additions & 1 deletion find
Original file line number Diff line number Diff line change
@@ -8,6 +8,7 @@ cd "$(git rev-parse --show-toplevel)"

exec ack "$@" \
--ignore-directory .tox \
--ignore-directory .venv \
--ignore-directory .mypy_cache \
--ignore-directory .dmypy.json \
--ignore-directory dist \
@@ -21,4 +22,5 @@ exec ack "$@" \
--ignore-directory apps/interactor/docker/.harpoon \
--ignore-directory modules/.mypy_cache \
--ignore-directory apps/arranger/.mypy_cache \
--ignore-directory apps/interactor/.mypy_cache
--ignore-directory apps/interactor/.mypy_cache \
--ignore-file is:uv.lock \
2 changes: 1 addition & 1 deletion modules/photons_app/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "0.46.3"
VERSION = "0.46.4"
6 changes: 3 additions & 3 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d5d29b8

Please sign in to comment.