Skip to content

Commit

Permalink
Update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kabilar committed Jul 13, 2023
1 parent 07b9e7e commit c58ac5c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# Changelog

## 0.1.2 - 2023-07-13

+ Update - Pin versions for VS Code extensions
+ Update - Dev Container base Docker image - python:3.7-slim -> python:3.9-slim
+ Add - Environment variables to select local Python install over Linux distribution of Python

## 0.1.1 - 2023-06-19

+ Add - Docker image hash
+ Add - Docker image ID

## 0.1.0 - 2023-02-27

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name="datajoint-tutorials",
version="0.1.1",
version="0.1.2",
description="DataJoint interactive tutorials",
long_description=long_description,
author="DataJoint",
Expand Down

0 comments on commit c58ac5c

Please sign in to comment.