From 68d7713725d659ab12b9e11f0f649318b8e9ac18 Mon Sep 17 00:00:00 2001 From: Jon Duckworth Date: Wed, 10 Nov 2021 08:59:37 -0500 Subject: [PATCH 1/2] Gitignore .python-version file --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 77275080d..e349774d5 100644 --- a/.gitignore +++ b/.gitignore @@ -106,14 +106,14 @@ ipython_config.py # pyenv # For a library or package, you might want to ignore these files since the code is # intended to run in multiple environments; otherwise, check them in: -# .python-version +.python-version # pipenv # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control. # However, in case of collaboration, if having platform-specific dependencies or dependencies # having no cross-platform support, pipenv may install dependencies that don't work, or not # install all needed dependencies. -#Pipfile.lock +# Pipfile.lock # PEP 582; used by e.g. github.com/David-OConnor/pyflow __pypackages__/ From c3dea3f9d8871f584db1516535a3233ac93ffffe Mon Sep 17 00:00:00 2001 From: Jon Duckworth Date: Wed, 10 Nov 2021 09:00:04 -0500 Subject: [PATCH 2/2] Add CHANGELOG entry for #647 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e7e471ff..814f6e703 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ - Added Table-extension ([#646](https://github.com/stac-utils/pystac/pull/646)) - Stable support for Python 3.10 ([#656](https://github.com/stac-utils/pystac/pull/656)) +- `.python-version` files are now ignored by Git ([#647](https://github.com/stac-utils/pystac/pull/647)) ### Removed