Skip to content

Commit

Permalink
Changelog and version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Lamont committed Jun 17, 2024
1 parent c73dfd4 commit 2032c8b
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/documentation-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: documentation

on:
push:
# tags: [ 'v*.*.*' ]
branches: [189-api-docs-are-broken]
tags: [ 'v*.*.*' ]
# branches: [189-api-docs-are-broken]

permissions:
contents: write
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ $ poetry add git+https://github.com/RTIInternational/teehr.git#[BRANCH TAG]

Use Docker
```bash
$ docker build -t teehr:v0.3.25 .
$ docker run -it --rm --volume $HOME:$HOME -p 8888:8888 teehr:v0.3.25 jupyter lab --ip 0.0.0.0 $HOME
$ docker build -t teehr:v0.3.26 .
$ docker run -it --rm --volume $HOME:$HOME -p 8888:8888 teehr:v0.3.26 jupyter lab --ip 0.0.0.0 $HOME
```

## Examples
Expand Down
15 changes: 15 additions & 0 deletions docs/sphinx/changelog/index.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
Release Notes
=============


0.3.26 - 2024-06-17
--------------------

Added
^^^^^
* Dark theme logo for sphinx documentation.
* Added the `pickleshare` package to dev dependency group to fix `ipython` directive in sphinx documentation.

Changed
^^^^^^^
* Pinned `sphinx-autodoc` to v3.0.0 in `documentation-publish.yml` to fix the API documentation build.
* Removed unused documentation dependencies from dev group.


0.3.25 - 2024-06-06
--------------------

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "teehr"
version = "0.3.25"
version = "0.3.26"
description = "Tools for Exploratory Evaluation in Hydrologic Research"
authors = [
"RTI International",
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.25
0.3.26

0 comments on commit 2032c8b

Please sign in to comment.