Skip to content

Commit c5fb55f

Browse files
committed
maint: prepare 0.6.0
1 parent 20fc6f0 commit c5fb55f

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616

1717
## [Unreleased]
1818

19+
## [0.6.0]
20+
1921
## Added
2022

2123
- when adding tables to `ipyaladin` with `add_table`, the shape argument now accepts

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ Correspondence table between ipyaladin versions and Aladin Lite versions:
9191
| ipyaladin | Aladin-Lite |
9292
| ---------- | ----------- |
9393
| Unreleased | 3.6.5 |
94+
| 0.6.0 | 3.6.5 |
9495
| 0.5.2 | 3.5.1-beta |
9596
| 0.5.1 | 3.5.1-beta |
9697
| 0.5.0 | 3.5.1-beta |

src/ipyaladin/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "0.5.2"
1+
__version__ = "0.6.0"
22
__aladin_lite_version__ = "3.6.5"

0 commit comments

Comments
 (0)