Skip to content

Commit f433189

Browse files
author
Thinh Nguyen
committed
version 0.1.0a3
1 parent c7a1940 commit f433189

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

CHANGELOG.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,9 @@
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.1.0a4] - 2021-04-23
6-
### Fixed
7-
+ Fix GitHub Action release process
8-
95
## [0.1.0a3] - 2021-04-23
106
### Added
11-
+ Improve GitHub Action release process
7+
+ Added GitHub Action release process
128

139
## [0.1.0a2] - 2021-04-16
1410
### Added
@@ -17,6 +13,5 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
1713
+ Probe table supporting: Neuropixels probes 1.0 - 3A, 1.0 - 3B, 2.0 - SS, 2.0 - MS
1814

1915

20-
[0.1.0a4]: https://github.com/datajoint/element-array-ephys/compare/0.1.0a3...0.1.0a4
21-
[0.1.0a3]: https://github.com/datajoint/element-array-ephys/compare/0.1.0a2...0.1.0a3
16+
[0.1.0a4]: https://github.com/datajoint/element-array-ephys/compare/0.1.0a2...0.1.0a3
2217
[0.1.0a2]: https://github.com/datajoint/element-array-ephys/releases/tag/0.1.0a2

element_array_ephys/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.1.0a4'
2+
__version__ = '0.1.0a3'

0 commit comments

Comments
 (0)