We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b7bbe6 commit 353f807Copy full SHA for 353f807
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.8.0]
20
+
21
## Added
22
23
- `projection` parameter can now be called to change the projection of the
README.md
@@ -91,6 +91,7 @@ Correspondence table between ipyaladin versions and Aladin Lite versions:
91
| ipyaladin | Aladin-Lite |
92
| ---------- | ----------- |
93
| Unreleased | 3.9.0-beta |
94
+| 0.8.0 | 3.9.0-beta |
95
| 0.7.0 | 3.7.3-beta |
96
| 0.6.0 | 3.6.5 |
97
| 0.5.2 | 3.5.1-beta |
src/ipyaladin/__about__.py
@@ -1,2 +1,2 @@
1
-__version__ = "0.7.0"
2
-__aladin_lite_version__ = "3.7.3-beta"
+__version__ = "0.8.0"
+__aladin_lite_version__ = "3.9.0-beta"
0 commit comments