Skip to content

Commit

Permalink
bump to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MofX committed Jul 19, 2024
1 parent 9079d39 commit d5b0e59
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
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]> Fir, 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]> Fir, 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]> Fir, 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"

0 comments on commit d5b0e59

Please sign in to comment.