Skip to content

Commit

Permalink
Bump version and update release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
guzman-raphael committed May 15, 2020
1 parent 82c489e commit f8fb9f8
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,15 @@
## Release notes

### 0.12.6 -- May 15, 2020
* Add `order_by` to `dj.kill` (#668, #779) PR #775, #783
* Add explicit S3 bucket and file storage location existence checks (#748) PR #781
* Modify `_update` to allow nullable updates for strings/date (#664) PR #760
* Avoid logging events on auxiliary tables (#737) PR #753
* Add `kill_quick` and expand display to include host (#740) PR #741
* Bugfix - pandas insert fails due to additional `index` field (#666) PR #776
* Bugfix - `delete_external_files=True` does not remove from S3 (#686) PR #781
* Bugfix - pandas fetch throws error when `fetch_format='frame'` PR #774

### 0.12.5 -- Feb 24, 2020
* Rename module `dj.schema` into `dj.schemas`. `dj.schema` remains an alias for class `dj.Schema`. (#731) PR #732
* `dj.create_virtual_module` is now called `dj.VirtualModule` (#731) PR #732
Expand Down
2 changes: 1 addition & 1 deletion datajoint/version.py
@@ -1,3 +1,3 @@
__version__ = "0.12.5"
__version__ = "0.12.6"

assert len(__version__) <= 10 # The log table limits version to the 10 characters
11 changes: 11 additions & 0 deletions docs-parts/intro/Releases_lang1.rst
@@ -1,3 +1,14 @@
0.12.6 -- May 15, 2020
----------------------
* Add `order_by` to `dj.kill` (#668, #779) PR #775, #783
* Add explicit S3 bucket and file storage location existence checks (#748) PR #781
* Modify `_update` to allow nullable updates for strings/date (#664) PR #760
* Avoid logging events on auxiliary tables (#737) PR #753
* Add `kill_quick` and expand display to include host (#740) PR #741
* Bugfix - pandas insert fails due to additional `index` field (#666) PR #776
* Bugfix - `delete_external_files=True` does not remove from S3 (#686) PR #781
* Bugfix - pandas fetch throws error when `fetch_format='frame'` PR #774

0.12.5 -- Feb 24, 2020
----------------------
* Rename module `dj.schema` into `dj.schemas`. `dj.schema` remains an alias for class `dj.Schema`. (#731) PR #732
Expand Down

0 comments on commit f8fb9f8

Please sign in to comment.