We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07b9e7e commit c58ac5cCopy full SHA for c58ac5c
CHANGELOG.md
@@ -1,8 +1,14 @@
1
# Changelog
2
3
+## 0.1.2 - 2023-07-13
4
+
5
++ Update - Pin versions for VS Code extensions
6
++ Update - Dev Container base Docker image - python:3.7-slim -> python:3.9-slim
7
++ Add - Environment variables to select local Python install over Linux distribution of Python
8
9
## 0.1.1 - 2023-06-19
10
-+ Add - Docker image hash
11
++ Add - Docker image ID
12
13
## 0.1.0 - 2023-02-27
14
setup.py
@@ -12,7 +12,7 @@
setup(
name="datajoint-tutorials",
15
- version="0.1.1",
+ version="0.1.2",
16
description="DataJoint interactive tutorials",
17
long_description=long_description,
18
author="DataJoint",
0 commit comments