Skip to content

Commit 74f8049

Browse files
committed
Revert version bump
1 parent ec9d7c5 commit 74f8049

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
## Release notes
22

3-
### 0.14.2 -- Jun 30, 2023
3+
### Upcoming
44
- Added - Codespell GitHub Actions workflow
5+
- Added - GitHub Actions workflow to manually release docs
56
- Changed - Update `datajoint/nginx` to `v0.2.6`
67
- Changed - Migrate docs from `https://docs.datajoint.org/python` to `https://datajoint.com/docs/core/datajoint-python`
78

datajoint/version.py

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

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

0 commit comments

Comments
 (0)