Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
JWCook committed Jan 18, 2025
1 parent 32cd325 commit fbc37eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@

### Other changes
* Added support for python 3.13
* Convert packaging and project config to `uv`. This has no impact on users. For developers,
see [Contributing Guide](https://github.com/pyinat/pyinaturalist/blob/main/CONTRIBUTING.md) for details.

## 0.19.0 (2023-12-12)

Expand Down
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@


def install_deps(session):
"""Install project and test dependencies using uv"""
"""Install project and test dependencies into a nox session using uv"""
session.env['UV_PROJECT_ENVIRONMENT'] = session.virtualenv.location
session.run_install(
'uv',
Expand Down

0 comments on commit fbc37eb

Please sign in to comment.