Skip to content

Commit 878805c

Browse files
Merge pull request #120 from zitrosolrac/updateReqOtumat
updated versioning
2 parents 43518f6 + 5376c02 commit 878805c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
115115
- Support for DataJoint attribute types: `varchar`, `int`, `float`, `datetime`, `date`, `time`, `decimal`, `uuid`.
116116
- Check dependency utility to determine child table references.
117117

118+
[0.4.1]: https://github.com/datajoint/pharus/compare/0.4.0...0.4.1
118119
[0.4.0]: https://github.com/datajoint/pharus/compare/0.3.0...0.4.0
119120
[0.3.0]: https://github.com/datajoint/pharus/compare/0.2.3...0.3.0
120121
[0.2.3]: https://github.com/datajoint/pharus/compare/0.2.2...0.2.3

pharus/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Package metadata."""
2-
__version__ = "0.4.0"
2+
__version__ = "0.4.1"

0 commit comments

Comments
 (0)