Skip to content

Commit c2f7589

Browse files
Merge branch 'master' of https://github.com/datajoint/datajoint-python into dev
2 parents 70d12c2 + 1e0e4b2 commit c2f7589

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
* `dj.Diagram` underlines "distinguished" classes (#378, #557)
1515
* Bugfixes: #629, #633
1616

17+
### 0.11.2 -- July 25, 2019
18+
* Fix #628 - incompatibility with pyparsing 2.4.1
19+
1720
### 0.11.1 -- Nov 15, 2018
1821
* Fix ordering of attributes in proj (#483 and #516)
1922
* Prohibit direct insert into auto-populated tables (#511)

datajoint/version.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1+
<<<<<<< HEAD
12
__version__ = "0.12.dev5"
3+
=======
4+
__version__ = "0.11.3"
5+
>>>>>>> 1e0e4b2f7500779588f5a8cde93a2cfd72e9e346

0 commit comments

Comments
 (0)