File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
## Release notes
2
2
3
- ### Upcoming
3
+ ### 0.14.2 -- Aug 19, 2024
4
4
- Added - Migrate nosetests to pytest - PR [ #1142 ] ( https://github.com/datajoint/datajoint-python/pull/1142 )
5
5
- Added - Codespell GitHub Actions workflow
6
6
- Added - GitHub Actions workflow to manually release docs
10
10
- Fixed - Updated set_password to work on MySQL 8 - PR [ #1106 ] ( https://github.com/datajoint/datajoint-python/pull/1106 )
11
11
- Added - Missing tests for set_password - PR [ #1106 ] ( https://github.com/datajoint/datajoint-python/pull/1106 )
12
12
- Changed - Returning success count after the .populate() call - PR [ #1050 ] ( https://github.com/datajoint/datajoint-python/pull/1050 )
13
- - Fixed - ` Autopopulate.populate ` excludes ` reserved ` jobs in addition to ` ignore ` and ` error ` jobs
13
+ - Fixed - ` Autopopulate.populate ` excludes ` reserved ` jobs in addition to ` ignore ` and ` error ` jobs
14
14
- Fixed - Issue [ #1159 ] ( https://github.com/datajoint/datajoint-python/pull/1159 ) (cascading delete) - PR [ #1160 ] ( https://github.com/datajoint/datajoint-python/pull/1160 )
15
15
- Changed - Minimum Python version for Datajoint-Python is now 3.8 PR #1163
16
16
- Fixed - ` docker compose ` commands in CI [ #1164 ] ( https://github.com/datajoint/datajoint-python/pull/1164 )
Original file line number Diff line number Diff line change 1
- __version__ = "0.14.1 "
1
+ __version__ = "0.14.2 "
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