Skip to content

Commit

Permalink
πŸ”– Release 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
falexwolf committed Mar 25, 2024
1 parent ad7fd32 commit 2ac32ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- prettier-ignore -->
Name | PR | Developer | Date | Version
--- | --- | --- | --- | ---
UV for docs building | [34](https://github.com/laminlabs/laminci/pull/34) | [Zethson](https://github.com/Zethson) | 2024-03-25 |
♻️ UV for docs building | [34](https://github.com/laminlabs/laminci/pull/34) | [Zethson](https://github.com/Zethson) | 2024-03-25 | 0.12.0
πŸ”‡ Silence more loggers | [33](https://github.com/laminlabs/laminci/pull/33) | [falexwolf](https://github.com/falexwolf) | 2024-02-29 | 0.11.3
🎨 Pull testuser API keys from AWS secrets | [32](https://github.com/laminlabs/laminci/pull/32) | [falexwolf](https://github.com/falexwolf) | 2024-01-06 | 0.11.0
🎨 Remove duplication of public private nox module | [31](https://github.com/laminlabs/laminci/pull/31) | [falexwolf](https://github.com/falexwolf) | 2024-01-06 | 0.10.0
Expand Down
2 changes: 1 addition & 1 deletion laminci/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"""

__version__ = "0.11.3" # denote a pre-release for 0.1.0 with 0.1a1
__version__ = "0.12.0" # denote a pre-release for 0.1.0 with 0.1a1

from . import db, nox
from ._artifacts import upload_docs_artifact
Expand Down

0 comments on commit 2ac32ec

Please sign in to comment.