We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b646061 commit 60c952bCopy full SHA for 60c952b
2 files changed
CHANGELOG.md
@@ -1,5 +1,10 @@
1
## Release notes
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
+
8
### 0.12.2 -- Nov 11, 2019
9
* Bugfix - Convoluted error thrown if there is a reference to a non-existent table attribute (#691)
10
* Bugfix - Insert into external does not trim leading slash if defined in `dj.config['stores']['<store>']['location']` (#692)
datajoint/version.py
@@ -1,3 +1,3 @@
-__version__ = "0.12.2"
+__version__ = "0.12.3"
assert len(__version__) <= 10 # The log table limits version to the 10 characters
0 commit comments