Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump to 0.1.0 #15

Merged
merged 1 commit into from
Jul 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions embdgen-cominit/package/debian.changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
python-embdgen-cominit (0.0.1a) unstable; urgency=medium
python-embdgen-cominit (0.1.0) unstable; urgency=medium

* Initial package

-- AOX Technologies GmbH <[email protected]> Mon, 25 Jan 2024 10:00:00 +0100
-- AOX Technologies GmbH <[email protected]> Fri, 19 Jul 2024 12:00:00 +0000
2 changes: 1 addition & 1 deletion embdgen-cominit/package/debian.embdgen-cominit.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Format: 3.0 (native)
Source: python-embdgen-cominit
Binary: python3-embdgen-cominit
Architecture: any
Version: 0.0.1a
Version: 0.1.0
Maintainer: AOX Technologies GmbH <[email protected]>
Standards-Version: 4.5.0
Build-Depends: debhelper (>= 11), dh-python, python3-all, pybuild-plugin-pyproject,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: GPL-3.0-only

__version__ = "0.0.1"
__version__ = "0.1.0"
from io import BufferedIOBase
from pathlib import Path
from dataclasses import dataclass
Expand Down
4 changes: 2 additions & 2 deletions embdgen-config-yaml/package/debian.changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
python-embdgen-config-yaml (0.0.1a) unstable; urgency=medium
python-embdgen-config-yaml (0.1.0) unstable; urgency=medium

* Initial package

-- AOX Technologies GmbH <[email protected]> Mon, 25 Jan 2024 10:00:00 +0100
-- AOX Technologies GmbH <[email protected]> Fri, 19 Jul 2024 12:00:00 +0000
2 changes: 1 addition & 1 deletion embdgen-config-yaml/package/debian.embdgen-config-yaml.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Format: 3.0 (native)
Source: python-embdgen-config-yaml
Binary: python3-embdgen-config-yaml
Architecture: any
Version: 0.0.1a
Version: 0.1.0
Maintainer: AOX Technologies GmbH <[email protected]>
Standards-Version: 4.5.0
Build-Depends: debhelper (>= 11), dh-python, python3-all, pybuild-plugin-pyproject, python3-hatchling, python3-embdgen-core
Expand Down
2 changes: 1 addition & 1 deletion embdgen-config-yaml/src/embdgen/plugins/config/YAML.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from embdgen.plugins.config.yaml.validator.ContentGenerator import ContentGenerator as ContentGeneratorValidator
from embdgen.plugins.config.yaml.ContentRegistry import ContentRegistry

__version__ = "0.0.1"
__version__ = "0.1.0"

class YAML(BaseConfig):
CONFIG_TYPE = "yaml"
Expand Down
4 changes: 2 additions & 2 deletions embdgen-core/package/debian.changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
python-embdgen-core (0.0.1a) unstable; urgency=medium
python-embdgen-core (0.1.0) unstable; urgency=medium

* Initial package

-- AOX Technologies GmbH <[email protected]> Mon, 25 Jan 2024 10:00:00 +0100
-- AOX Technologies GmbH <[email protected]> Fri, 19 Jul 2024 12:00:00 +0000
2 changes: 1 addition & 1 deletion embdgen-core/package/debian.embdgen-core.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Format: 3.0 (native)
Source: python-embdgen-core
Binary: python3-embdgen-core
Architecture: any
Version: 0.0.1a
Version: 0.1.0
Maintainer: AOX Technologies GmbH <[email protected]>
Standards-Version: 4.5.0
Build-Depends: debhelper (>= 11), dh-python, python3-all, pybuild-plugin-pyproject,
Expand Down
2 changes: 1 addition & 1 deletion embdgen-core/src/embdgen/core/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.1"
__version__ = "0.1.0"
Loading