Skip to content

Commit 468dabf

Browse files
chore(deps): update from template
1 parent 3fef70e commit 468dabf

4 files changed

Lines changed: 13 additions & 4 deletions

File tree

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
_commit: v0.10.10
1+
_commit: v0.11.0
22
_src_path: gh:helmut-hoffer-von-ankershoffen/oe-python-template
33
attestations_enabled: true
44
author_email: helmuthva@gmail.com

ATTRIBUTIONS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10521,7 +10521,7 @@ License: LGPL-2.1-or-later
1052110521

1052210522
```
1052310523

10524-
## oe-python-template-example (0.3.7) - MIT License
10524+
## oe-python-template-example (0.3.8) - MIT License
1052510525

1052610526
🧠 Example project scaffolded and kept up to date with OE Python Template (oe-python-template).
1052710527

CLI_REFERENCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ $ oe-python-template-example [OPTIONS] COMMAND [ARGS]...
1414
* `--show-completion`: Show completion for the current shell, to copy it or customize the installation.
1515
* `--help`: Show this message and exit.
1616

17-
🧠 OE Python Template Example v0.3.7 - built with love in Berlin 🐻
17+
🧠 OE Python Template Example v0.3.8 - built with love in Berlin 🐻
1818

1919
**Commands**:
2020

docs/source/lib_reference.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
Library Reference
22
=================
33

4+
.. automodule:: oe_python_template_example.hello
5+
:members:
6+
7+
.. automodule:: oe_python_template_example.system
8+
:members:
9+
10+
.. automodule:: oe_python_template_example.utils
11+
:members:
12+
413
.. automodule:: oe_python_template_example
5-
:members:
14+
:members:

0 commit comments

Comments
 (0)