Skip to content

Commit

Permalink
πŸ”– Release 0.57.0
Browse files Browse the repository at this point in the history
  • Loading branch information
falexwolf committed Oct 19, 2023
1 parent 70ea043 commit 99cf537
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# Changelog

- πŸ”₯ Do not populate user email in User registry [PR1238](https://github.com/laminlabs/lamindb/pull/1238) [@falexwolf](https://github.com/falexwolf)
- 🚚 Rename `Species` to `Organism` [PR1237](https://github.com/laminlabs/lamindb/pull/1237) [@sunnyosun](https://github.com/sunnyosun)
- πŸ“ Transfer census instance to laminlabs [PR1236](https://github.com/laminlabs/lamindb/pull/1236) [@sunnyosun](https://github.com/sunnyosun)
- πŸ› Fix storage transfer [PR1235](https://github.com/laminlabs/lamindb/pull/1235) [@sunnyosun](https://github.com/sunnyosun)

```{eval-rst}
.. role:: small
```

## 0.57 {small}`2023-10-19`

- 🚚 Rename `Species` to `Organism` [PR1237](https://github.com/laminlabs/lamindb/pull/1237) [@sunnyosun](https://github.com/sunnyosun)
- πŸ”₯ Remove email field from `User` registry [PR1238](https://github.com/laminlabs/lamindb/pull/1238) [@falexwolf](https://github.com/falexwolf)

## 0.56

### 0.56.2 {small}`2023-10-19`
Expand Down
2 changes: 1 addition & 1 deletion lamindb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"""

__version__ = "0.56.2" # denote a release candidate for 0.1.0 with 0.1rc1
__version__ = "0.57.0" # denote a release candidate for 0.1.0 with 0.1rc1

import os as _os

Expand Down

0 comments on commit 99cf537

Please sign in to comment.