Skip to content

Commit

Permalink
0.12.1 [skip ci]
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Jan 22, 2025
1 parent d0dae32 commit a5f28f8
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,25 @@



## v0.12.1 (2025-01-22)

### Fix

* fix(stack update): do pull by default (#34) ([`d0dae32`](https://github.com/remyz17/odooghost/commit/d0dae326145027db6204ff85e3b0ffccd98561ac))


## v0.12.0 (2024-10-16)

### Feature

* feat(config): add support for V18.0 (#32) ([`fb470d6`](https://github.com/remyz17/odooghost/commit/fb470d67f0fafa4806f5d6be51c118be68e2228b))

### Unknown

* 0.12.0 [skip ci]

Automatically generated by python-semantic-release ([`1d5fe76`](https://github.com/remyz17/odooghost/commit/1d5fe76ad19f10d3d1f6993ae5cb9076fd03a62d))


## v0.11.0 (2024-07-12)

Expand Down
2 changes: 1 addition & 1 deletion odooghost/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
With both a Command Line Interface (CLI) and an upcoming web interface, managing Odoo stacks has never been simpler.
"""

__version__ = "0.12.0"
__version__ = "0.12.1"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "odooghost"
version = "0.12.0"
version = "0.12.1"
description = "Odoo developpement made easy"
authors = ["Remy Zulauff <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit a5f28f8

Please sign in to comment.