Skip to content

Commit bb20ead

Browse files
Update per convention: normal workflow=0.12.5rcN -> 0.12.5, fork=0.12.5bN
1 parent eff354a commit bb20ead

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Release notes
22

3-
### 0.12.5.b1 -- Feb 27, 2020
3+
### 0.12.5b1 -- Feb 27, 2020
44
* Support DataJoint datatype and connection plugins (#715, #729) PR 730, #735
55

66
### 0.12.5 -- Feb 24, 2020

datajoint/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "0.12.5.b1"
1+
__version__ = "0.12.5b1"
22

33
assert len(__version__) <= 10 # The log table limits version to the 10 characters

docs-parts/intro/Releases_lang1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
0.12.5.b1 -- Feb 27, 2020
1+
0.12.5b1 -- Feb 27, 2020
22
----------------------
33
* Support DataJoint datatype and connection plugins (#715, #729) PR 730, #735
44

0 commit comments

Comments
 (0)