diff --git a/CHANGELOG.md b/CHANGELOG.md index 459d56fd..9c8ea43f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ ### Tobac Changelog +_**Version 1.3.1:**_ + +**Enhancements** + +- Added auto-downloading of files in the example notebooks if data isn't already present [#113](https://github.com/tobac-project/tobac/pull/113) + +**Bug fixes** + +- Fixed a bug with `map_tracks` that had it plot untracked cells caused by the switch to `-1` for untracked cells [#130](https://github.com/tobac-project/tobac/pull/130) + +**Repository enhancements** + +- New pull request template for the repository, including a checklist to be completed for each pull request [#120](https://github.com/tobac-project/tobac/pull/120) + _**Version 1.3:**_ **Enhancements** diff --git a/setup.py b/setup.py index 9e360751..458cae70 100644 --- a/setup.py +++ b/setup.py @@ -2,9 +2,9 @@ setup( name="tobac", - version="1.3", + version="1.3.1", description="Tracking and object-based analysis of clouds", - url="http://github.com/climate-processes/tobac", + url="http://github.com/tobac-project/tobac", author=[ "Max Heikenfeld", "William Jones",