We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 70d12c2 + 1e0e4b2 commit c2f7589Copy full SHA for c2f7589
CHANGELOG.md
@@ -14,6 +14,9 @@
14
* `dj.Diagram` underlines "distinguished" classes (#378, #557)
15
* Bugfixes: #629, #633
16
17
+### 0.11.2 -- July 25, 2019
18
+* Fix #628 - incompatibility with pyparsing 2.4.1
19
+
20
### 0.11.1 -- Nov 15, 2018
21
* Fix ordering of attributes in proj (#483 and #516)
22
* Prohibit direct insert into auto-populated tables (#511)
datajoint/version.py
@@ -1 +1,5 @@
1
+<<<<<<< HEAD
2
__version__ = "0.12.dev5"
3
+=======
4
+__version__ = "0.11.3"
5
+>>>>>>> 1e0e4b2f7500779588f5a8cde93a2cfd72e9e346
0 commit comments