Skip to content

Commit ffa2d92

Browse files
Update docs and version.
1 parent 108e9a8 commit ffa2d92

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## Release notes
22

3+
### 0.12.5plug -- Feb 24, 2020
4+
* Support DataJoint datatype and connection plugins (#715, #729) PR 730, #735
5+
36
### 0.12.5 -- Feb 24, 2020
47
* Rename module `dj.schema` into `dj.schemas`. `dj.schema` remains an alias for class `dj.Schema`. (#731) PR #732
58
* `dj.create_virtual_module` is now called `dj.VirtualModule` (#731) PR #732

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"
1+
__version__ = "0.12.5plug"
22

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

docs-parts/intro/Releases_lang1.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
0.12.5plug -- Feb 24, 2020
2+
----------------------
3+
* Support DataJoint datatype and connection plugins (#715, #729) PR 730, #735
4+
15
0.12.5 -- Feb 24, 2020
26
----------------------
37
* Rename module `dj.schema` into `dj.schemas`. `dj.schema` remains an alias for class `dj.Schema`. (#731) PR #732

0 commit comments

Comments
 (0)