Skip to content

Commit

Permalink
Merge pull request #129 from MODFLOW-USGS/v1.3.1
Browse files Browse the repository at this point in the history
Release 1.3.1
  • Loading branch information
wpbonelli authored Nov 21, 2023
2 parents 5d5d740 + 7660aac commit 2e9adad
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 3 deletions.
6 changes: 6 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### Version 1.3.1

#### Refactoring

* [refactor](https://github.com/MODFLOW-USGS/modflow-devtools/commit/ec3859af81e103f307586eec82e86cf63ee1e41c): Re-export get_suffixes from executables module (#128). Committed by wpbonelli on 2023-11-21.

### Version 1.3.0

#### New features
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

project = "modflow-devtools"
author = "MODFLOW Team"
release = "1.3.0"
release = "1.3.1"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion modflow_devtools/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__author__ = "Joseph D. Hughes"
__date__ = "Nov 21, 2023"
__version__ = "1.3.0"
__version__ = "1.3.1"
__maintainer__ = "Joseph D. Hughes"
__email__ = "[email protected]"
__status__ = "Production"
Expand Down
5 changes: 5 additions & 0 deletions modflow_devtools/executables.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
from types import SimpleNamespace
from typing import Dict

from modflow_devtools.misc import get_suffixes

# re-export for backwards-compatibility (used to be here)
get_suffixes = get_suffixes


class Executables(SimpleNamespace):
"""
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.0
1.3.1

0 comments on commit 2e9adad

Please sign in to comment.