File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 33Observes [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) standard and
44[ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) convention.
55
6+ ## [ 0.2.0] - 2024-01-17
7+
8+ + Add - devcontainer configuration
9+ + Add - tutorial notebook for Codespaces
10+ + Update - ` setup.py `
11+ + Update - GitHub Actions do not release to PyPI
12+ + Update - drawio diagrams
13+
614## [ 0.1.3] - 2023-05-12
715
816+ Fix - Docs
@@ -20,6 +28,7 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
2028
2129+ Add - Table structure and basic docs (changelog, contribution guidelines, etc.)
2230
31+ [ 0.2.0 ] : https://github.com/datajoint/element-optogenetics/releases/tag/0.2.0
2332[ 0.1.3 ] : https://github.com/datajoint/element-optogenetics/releases/tag/0.1.3
2433[ 0.1.2 ] : https://github.com/datajoint/element-optogenetics/releases/tag/0.1.2
2534[ 0.1.1 ] : https://github.com/datajoint/element-optogenetics/releases/tag/0.1.1
Original file line number Diff line number Diff line change 11"""Package metadata"""
2- __version__ = "0.1.3 "
2+ __version__ = "0.2.0 "
You can’t perform that action at this time.
0 commit comments