Skip to content

Commit c58ac5c

Browse files
committed
Update version and changelog
1 parent 07b9e7e commit c58ac5c

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
# Changelog
22

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+
39
## 0.1.1 - 2023-06-19
410

5-
+ Add - Docker image hash
11+
+ Add - Docker image ID
612

713
## 0.1.0 - 2023-02-27
814

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name="datajoint-tutorials",
15-
version="0.1.1",
15+
version="0.1.2",
1616
description="DataJoint interactive tutorials",
1717
long_description=long_description,
1818
author="DataJoint",

0 commit comments

Comments
 (0)