Skip to content

Commit

Permalink
Preparing release 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mcflugen committed Oct 11, 2024
1 parent ae5e164 commit c525e42
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 18 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@ Release Notes

.. towncrier release notes start
1.3.2 (2024-10-11)
------------------

Bug Fixes
`````````

- Fixed failing NetCDF tests related to a now non-existant THREDDS server. (`#150 <https://github.com/csdms/pymt/issues/150>`_)
- Fixed the *environment.yml* file needed for running notebooks on Binder. (`#153 <https://github.com/csdms/pymt/issues/153>`_)


Other Changes and Additions
```````````````````````````

- Fixed broken environment-docs.yml file. (`#145 <https://github.com/csdms/pymt/issues/145>`_)
- Fixed the successful, but 0%, coverage score reported by Coveralls through the coveralls-python Action. (`#146 <https://github.com/csdms/pymt/issues/146>`_)
- Reformat code for the newest version of *black*. (`#154 <https://github.com/csdms/pymt/issues/154>`_)
- Setup `towncrier <https://towncrier.readthedocs.io/en/actual-freaking-docs/>`_ to manage the changelog. (`#155 <https://github.com/csdms/pymt/issues/155>`_)
- Moved static project metadata into pyproject.toml. (`#156 <https://github.com/csdms/pymt/issues/156>`_)
- Removed dependency on ``six`` since we don't support Python 2 and updated code
to use Python 3.8+ syntax. (`#159 <https://github.com/csdms/pymt/issues/159>`_)


1.3.1 (2021-03-18)
------------------

Expand Down
2 changes: 0 additions & 2 deletions news/145.misc

This file was deleted.

2 changes: 0 additions & 2 deletions news/146.misc

This file was deleted.

2 changes: 0 additions & 2 deletions news/150.bugfix

This file was deleted.

2 changes: 0 additions & 2 deletions news/153.bugfix

This file was deleted.

2 changes: 0 additions & 2 deletions news/154.misc

This file was deleted.

2 changes: 0 additions & 2 deletions news/155.misc

This file was deleted.

2 changes: 0 additions & 2 deletions news/156.misc

This file was deleted.

3 changes: 0 additions & 3 deletions news/159.misc

This file was deleted.

2 changes: 1 addition & 1 deletion pymt/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.3.2.dev0"
__version__ = "1.3.2"

0 comments on commit c525e42

Please sign in to comment.