Skip to content

Commit c24f0bc

Browse files
committed
Update version and changelog
1 parent 6ce07bc commit c24f0bc

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) convention.
44

5+
## [0.2.3] - 2023-06-20
6+
7+
+ Update - GitHub Actions workflows
8+
+ Fix - Remove Google Analytics key
9+
+ Add - GitHub Issue Templates
10+
511
## [0.2.2] - 2023-05-11
612

713
+ Fix - `.ipynb` dark mode output for all notebooks.
@@ -37,6 +43,7 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
3743
+ Add - AlignmentEvent design to capture windows relative to an event
3844
+ Add - Black formatting into code base
3945

46+
[0.2.3]: https://github.com/datajoint/element-event/releases/tag/0.2.3
4047
[0.2.2]: https://github.com/datajoint/element-event/releases/tag/0.2.2
4148
[0.2.1]: https://github.com/datajoint/element-event/releases/tag/0.2.1
4249
[0.2.0]: https://github.com/datajoint/element-event/releases/tag/0.2.0

element_event/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Package metadata."""
2-
__version__ = "0.2.2"
2+
__version__ = "0.2.3"

0 commit comments

Comments
 (0)