Skip to content

Commit 7b0166e

Browse files
committed
versio nand changelog
1 parent 631f52f commit 7b0166e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) convention.
44

5+
## [0.8.6] - 2023-05-2
6+
7+
### Added
8+
9+
- Added python 3.9 to release matrix [#163](https://github.com/datajoint/pharus/pull/163)
10+
511
## [0.8.5] - 2023-04-26
612

713
### Added
@@ -302,6 +308,7 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
302308
- Support for DataJoint attribute types: `varchar`, `int`, `float`, `datetime`, `date`, `time`, `decimal`, `uuid`.
303309
- Check dependency utility to determine child table references.
304310

311+
[0.8.6]: https://github.com/datajoint/pharus/compare/0.8.5...0.8.6
305312
[0.8.5]: https://github.com/datajoint/pharus/compare/0.8.4...0.8.5
306313
[0.8.4]: https://github.com/datajoint/pharus/compare/0.8.3...0.8.4
307314
[0.8.3]: https://github.com/datajoint/pharus/compare/0.8.2...0.8.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.8.5"
2+
__version__ = "0.8.6"

0 commit comments

Comments
 (0)