We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20fc6f0 commit c5fb55fCopy full SHA for c5fb55f
3 files changed
CHANGELOG.md
@@ -16,6 +16,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
16
17
## [Unreleased]
18
19
+## [0.6.0]
20
+
21
## Added
22
23
- when adding tables to `ipyaladin` with `add_table`, the shape argument now accepts
README.md
@@ -91,6 +91,7 @@ Correspondence table between ipyaladin versions and Aladin Lite versions:
91
| ipyaladin | Aladin-Lite |
92
| ---------- | ----------- |
93
| Unreleased | 3.6.5 |
94
+| 0.6.0 | 3.6.5 |
95
| 0.5.2 | 3.5.1-beta |
96
| 0.5.1 | 3.5.1-beta |
97
| 0.5.0 | 3.5.1-beta |
src/ipyaladin/__about__.py
@@ -1,2 +1,2 @@
1
-__version__ = "0.5.2"
+__version__ = "0.6.0"
2
__aladin_lite_version__ = "3.6.5"
0 commit comments