Skip to content

Commit f2c9726

Browse files
author
Thinh Nguyen
committed
GH Action bugfix - bump version
1 parent e8632a3 commit f2c9726

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
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+
59
## [0.1.0a3] - 2021-04-23
610
### Added
711
+ Improve GitHub Action release process
@@ -13,5 +17,6 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
1317
+ Probe table supporting: Neuropixels probes 1.0 - 3A, 1.0 - 3B, 2.0 - SS, 2.0 - MS
1418

1519

20+
[0.1.0a4]: https://github.com/datajoint/element-array-ephys/compare/0.1.0a3...0.1.0a4
1621
[0.1.0a3]: https://github.com/datajoint/element-array-ephys/compare/0.1.0a2...0.1.0a3
1722
[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.0a3'
2+
__version__ = '0.1.0a4'

0 commit comments

Comments
 (0)