Skip to content

Commit fe58bc6

Browse files
Bump version and update release notes.
1 parent d5157d0 commit fe58bc6

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## Release notes
22

3+
### 0.13.3 -- May 28, 2021
4+
* Bugfix - Dependencies not properly loaded on populate. (#902) PR #919
5+
36
### 0.13.2 -- May 7, 2021
47
* Update `setuptools_certificate` dependency to new name `otumat`
58
* Bugfix - Explicit calls to `dj.Connection` throw error due to missing `host_input` (#895) PR #907

datajoint/version.py

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

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

docs-parts/intro/Releases_lang1.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
0.13.3 -- May 28, 2021
2+
----------------------
3+
* Bugfix - Dependencies not properly loaded on populate. (#902) PR #919
4+
15
0.13.2 -- May 7, 2021
26
----------------------
37
* Update `setuptools_certificate` dependency to new name `otumat`

0 commit comments

Comments
 (0)