We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec9d7c5 commit 74f8049Copy full SHA for 74f8049
CHANGELOG.md
@@ -1,7 +1,8 @@
1
## Release notes
2
3
-### 0.14.2 -- Jun 30, 2023
+### Upcoming
4
- Added - Codespell GitHub Actions workflow
5
+- Added - GitHub Actions workflow to manually release docs
6
- Changed - Update `datajoint/nginx` to `v0.2.6`
7
- Changed - Migrate docs from `https://docs.datajoint.org/python` to `https://datajoint.com/docs/core/datajoint-python`
8
datajoint/version.py
@@ -1,3 +1,3 @@
-__version__ = "0.14.2"
+__version__ = "0.14.1"
assert len(__version__) <= 10 # The log table limits version to the 10 characters
0 commit comments