File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
## Release notes
2
2
3
+ ### 0.13.3 -- May 28, 2021
4
+ * Bugfix - Dependencies not properly loaded on populate. (#902 ) PR #919
5
+
3
6
### 0.13.2 -- May 7, 2021
4
7
* Update ` setuptools_certificate ` dependency to new name ` otumat `
5
8
* Bugfix - Explicit calls to ` dj.Connection ` throw error due to missing ` host_input ` (#895 ) PR #907
Original file line number Diff line number Diff line change 1
- __version__ = "0.13.2 "
1
+ __version__ = "0.13.3 "
2
2
3
3
assert len (__version__ ) <= 10 # The log table limits version to the 10 characters
Original file line number Diff line number Diff line change
1
+ 0.13.3 -- May 28, 2021
2
+ ----------------------
3
+ * Bugfix - Dependencies not properly loaded on populate. (#902) PR #919
4
+
1
5
0.13.2 -- May 7, 2021
2
6
----------------------
3
7
* Update `setuptools_certificate ` dependency to new name `otumat `
You can’t perform that action at this time.
0 commit comments