Skip to content

Commit

Permalink
🔖 Release 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
falexwolf committed Jan 6, 2024
1 parent aa429d0 commit 6ce904e
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
--- | --- | --- | --- | ---
🎨 Remove duplication of public private nox module | [31](https://github.com/laminlabs/laminci/pull/31) | [falexwolf](https://github.com/falexwolf) | 2024-01-06 |
🎨 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
🚸 Silence httpx logger | [30](https://github.com/laminlabs/laminci/pull/30) | [falexwolf](https://github.com/falexwolf) | 2024-01-06 |
Automatically make Github releases | [28](https://github.com/laminlabs/laminci/pull/28) | [Zethson](https://github.com/Zethson) | 2023-11-23 |
♻️ Replace CLI with lamindb-setup API calls | [26](https://github.com/laminlabs/laminci/pull/26) | [falexwolf](https://github.com/falexwolf) | 2023-10-30 | 0.9.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.9.0" # denote a pre-release for 0.1.0 with 0.1a1
__version__ = "0.10.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 6ce904e

Please sign in to comment.