Skip to content

Commit 4bd53cf

Browse files
update version and CHANGELOG for pre-release 0.12.dev5
1 parent 3b8cb9b commit 4bd53cf

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

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

3-
### 0.12.0 -- April 15, 2019
3+
### 0.12.0 -- August 15, 2019 (planned)
44

55
* Configurable blob storage (#497, #532, #475)
66
* Support file attachments: (#480, #532, #475)
@@ -12,6 +12,7 @@
1212
* `query_expr.fetch("KEY", as_dict=False)` returns results as `np.recarray`(#414, #574)
1313
* `dj.ERD` is now called `dj.Diagram` (#255, #565)
1414
* `dj.Diagram` underlines "distinguished" classes (#378, #557)
15+
* Bugfixes: #629, #633
1516

1617
### 0.11.1 -- Nov 15, 2018
1718
* Fix ordering of attributes in proj (#483 and #516)

datajoint/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.12.dev4"
1+
__version__ = "0.12.dev5"

0 commit comments

Comments
 (0)