Skip to content

Commit bc855cd

Browse files
authored
Merge pull request #167 from A-Baji/master
pin mkdocs materal version
2 parents 412352b + a7811cb commit bc855cd

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 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.8] - 2023-09-20
6+
7+
### Changed
8+
9+
- Pin `mkdocs-material` version to fix docs build [#167](https://github.com/datajoint/pharus/pull/167)
10+
511
## [0.8.7] - 2023-08-08
612

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

324+
[0.8.8]: https://github.com/datajoint/pharus/compare/0.8.7...0.8.8
325+
[0.8.7]: https://github.com/datajoint/pharus/compare/0.8.6...0.8.7
318326
[0.8.6]: https://github.com/datajoint/pharus/compare/0.8.5...0.8.6
319327
[0.8.5]: https://github.com/datajoint/pharus/compare/0.8.4...0.8.5
320328
[0.8.4]: https://github.com/datajoint/pharus/compare/0.8.3...0.8.4

docs/.docker/pip_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
mkdocs-material
1+
mkdocs-material==9.1.17
22
mkdocs-redirects
33
mkdocstrings
44
mkdocstrings-python

pharus/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def api_version() -> str:
127127
Content-Type: application/json
128128
129129
{
130-
"version": "0.8.7"
130+
"version": "0.8.8"
131131
}
132132
```
133133

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.7"
2+
__version__ = "0.8.8"

0 commit comments

Comments
 (0)