Skip to content

Commit 90ed2b0

Browse files
Merge pull request #677 from guzman-raphael/dev
Bump version + update changelog
2 parents b1ac098 + a3aad77 commit 90ed2b0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
* Accept alias for supported MySQL datatypes (#544) PR #545
2121
* Support for pandas in `fetch` (#459, #537) PR #534
2222
* Support for ordering by "KEY" in `fetch` (#541) PR #534
23+
* Add config to enable python native blobs PR #672, #676
24+
* Add secure option for external storage (#663) PR #674, #676
25+
* Add blob migration utility from DJ011 to DJ012 PR #673
2326
* Improved external storage - a migration script needed from version 0.11 (#467, #475, #480, #497) PR #532
2427
* Increase default display rows (#523) PR #526
2528
* Bugfixes (#521, #205, #279, #477, #570, #581, #597, #596, #618, #633, #643, #644, #647, #648, #650, #656)

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.dev8"
1+
__version__ = "0.12.dev9"
22

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

0 commit comments

Comments
 (0)