Skip to content

Commit a4459b0

Browse files
committed
Designate 0.15 release
1 parent 5f8063d commit a4459b0

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
# scientific-python-hugo-theme 0.15
2+
3+
We're happy to announce the release of scientific-python-hugo-theme 0.15!
4+
5+
## Enhancements
6+
7+
- Add figure functionality for numpy.org ([#550](https://github.com/scientific-python/scientific-python-hugo-theme/pull/550)).
8+
- Add blog & tools to netlify preview build ([#549](https://github.com/scientific-python/scientific-python-hugo-theme/pull/549)).
9+
- Center image in figures ([#554](https://github.com/scientific-python/scientific-python-hugo-theme/pull/554)).
10+
11+
## Maintenance
12+
13+
- Update pre-commit repos ([#551](https://github.com/scientific-python/scientific-python-hugo-theme/pull/551)).
14+
- Remove bulma box styling ([#553](https://github.com/scientific-python/scientific-python-hugo-theme/pull/553)).
15+
- Remove grid1 shortcode ([#552](https://github.com/scientific-python/scientific-python-hugo-theme/pull/552)).
16+
- Remove bulma columns class ([#555](https://github.com/scientific-python/scientific-python-hugo-theme/pull/555)).
17+
- Remove unused bulma css ([#556](https://github.com/scientific-python/scientific-python-hugo-theme/pull/556)).
18+
19+
## Contributors
20+
21+
1 authors added to this release (alphabetically):
22+
23+
- Jarrod Millman ([@jarrodmillman](https://github.com/jarrodmillman))
24+
25+
2 reviewers added to this release (alphabetically):
26+
27+
- Jarrod Millman ([@jarrodmillman](https://github.com/jarrodmillman))
28+
- Stefan van der Walt ([@stefanv](https://github.com/stefanv))
29+
30+
_These lists are automatically generated, and may not be complete or may contain duplicates._
131
# scientific-python-hugo-theme 0.14
232

333
We're happy to announce the release of scientific-python-hugo-theme 0.14!

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "scientific-python-hugo-theme"
3-
version = "0.15rc0.dev0"
3+
version = "0.15"
44

55
[tool.changelist]
66
# Profiles that are excluded from the contributor list.

0 commit comments

Comments
 (0)