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 b90bc65 commit 45c13a9Copy full SHA for 45c13a9
CHANGELOG.md
@@ -2,10 +2,11 @@
2
3
Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) convention.
4
5
-## [unreleased]
+## [0.1.1] - 2022-05-10
6
### Added
7
+ NWB export
8
+ Shorten subject primary key to varchar(8)
9
++ Adopted black formatting into code base
10
11
## [0.1.0b0] - 2021-05-07
12
element_animal/version.py
@@ -1,2 +1,2 @@
1
"""Package metadata."""
-__version__ = "0.1.0b0"
+__version__ = "0.1.1"
0 commit comments