Skip to content

Commit b783a92

Browse files
update CHANGELOG for version 0.12.3
1 parent b28818d commit b783a92

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
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)

datajoint/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "0.12.2"
1+
__version__ = "0.12.3"
22

33
assert len(__version__) <= 10 # The log table limits version to the 10 characters

0 commit comments

Comments
 (0)