Skip to content

Commit

Permalink
Merge pull request #298 from EC-USGS/v1.1.0
Browse files Browse the repository at this point in the history
Release 1.1.0
  • Loading branch information
jmccreight committed Jun 26, 2024
2 parents 708cb47 + 6dc9878 commit d0d6905
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 7 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,18 @@ jobs:
shell: bash -l {0}
steps:

- name: Free Disk Space (Ubuntu)
if: runner.os == 'Linux'
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false
android: true
dotnet: true
haskell: true
large-packages: true
docker-images: true
swap-storage: true

- name: Checkout release branch
uses: actions/checkout@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ cff-version: 1.2.0
message: If you use this software, please cite the software itself.
type: software
title: pywatershed
version: 0.0.3
date-released: '2023-04-28'
version: 1.1.0
date-released: '2023-06-25'
abstract: pywatershed is a Python package for hydrologic modeling.
repository-artifact: https://pypi.org/project/pywatershed
repository-code: https://github.com/modflowpy/pywatershed
Expand Down
17 changes: 15 additions & 2 deletions doc/whats-new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,20 @@ What's New
.. _whats-new.1.0.0:

v1.0.0
v1.1.0 (25 June 2024)
---------------------

New features
~~~~~~~~~~~~
- Minor enhancement to ensure PRMSSnow hru_deplcrv parameter is integer or coercable.
(:pull:`296`) By `James McCreight <https://github.com/jmccreight>`_.
- Release assests to include new GIS files and an additional domain to support the upcoming
major release. By `James McCreight <https://github.com/jmccreight>`_.


.. _whats-new.1.0.0:

v1.0.0 (18 December 2023)
---------------------

New features
Expand Down Expand Up @@ -61,7 +74,7 @@ Bug fixes
Documentation
~~~~~~~~~~~~~
- Implement sphinx_autodoc_typehints.
(:pull:`257`) By `James McCreight <https://github.com/jmccreight>`_.
(:pull:`257`) By `James McCreight <https://github.com/jmccreight>`_.
- New gh-pages branch (without history) to publish
`"pywatershed notes" <https://ec-usgs.github.io/pywatershed/>`_ including the
`extended release notes for v1.0.0 <https://ec-usgs.github.io/pywatershed/2023/11/14/v1-0-0-overview>`_.
Expand Down
4 changes: 2 additions & 2 deletions pywatershed/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pywatershed version file automatically created using update_version.py on December 18, 2023 18:01:21
# pywatershed version file automatically created using update_version.py on June 26, 2024 17:32:32

__version__ = "1.0.0"
__version__ = "1.1.0"
__pakname__ = "pywatershed"

author_dict = {
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.1.0

0 comments on commit d0d6905

Please sign in to comment.