File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 11## Release notes
22
3+ ## 0.12.3 -- Nov 22, 2019
4+ * Bugfix #675 (PR #705 ) networkx 2.4+ is now supported
5+ * Bugfix #698 and #699 (PR #706 ) display table definition in doc string and help
6+ * Bugfix #701 (PR #702 ) job reservation works with native python datatype support disabled
7+
38### 0.12.2 -- Nov 11, 2019
49* Bugfix - Convoluted error thrown if there is a reference to a non-existent table attribute (#691 )
510* Bugfix - Insert into external does not trim leading slash if defined in ` dj.config['stores']['<store>']['location'] ` (#692 )
Original file line number Diff line number Diff line change 1- __version__ = "0.12.2 "
1+ __version__ = "0.12.3 "
22
33assert len (__version__ ) <= 10 # The log table limits version to the 10 characters
You can’t perform that action at this time.
0 commit comments