Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
update version and CHANGELOG for release 0.11.2
  • Loading branch information
dimitri-yatsenko committed Jul 25, 2019
commit 1a31dd9687bdac31c36503522f5cc38013aedfc7
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## Release notes

### 0.11.2 -- July 25, 2019
* Fix #628 - incompatibility with pyparsing 2.4.1

### 0.11.1 -- Nov 15, 2018
* Fix ordering of attributes in proj (#483 and #516)
* Prohibit direct insert into auto-populated tables (#511)
Expand Down
2 changes: 1 addition & 1 deletion datajoint/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.11.1"
__version__ = "0.11.2"