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 1
1
## Release notes
2
2
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
+
3
8
### 0.12.2 -- Nov 11, 2019
4
9
* Bugfix - Convoluted error thrown if there is a reference to a non-existent table attribute (#691 )
5
10
* 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 "
2
2
3
3
assert len (__version__ ) <= 10 # The log table limits version to the 10 characters
You can’t perform that action at this time.
0 commit comments