Skip to content

Commit 2334c7c

Browse files
author
Jon Duckworth
authored
gitignore .python-version file (#647)
* Gitignore .python-version file * Add CHANGELOG entry for #647
1 parent 25b8ab1 commit 2334c7c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,14 +106,14 @@ ipython_config.py
106106
# pyenv
107107
# For a library or package, you might want to ignore these files since the code is
108108
# intended to run in multiple environments; otherwise, check them in:
109-
# .python-version
109+
.python-version
110110

111111
# pipenv
112112
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
113113
# However, in case of collaboration, if having platform-specific dependencies or dependencies
114114
# having no cross-platform support, pipenv may install dependencies that don't work, or not
115115
# install all needed dependencies.
116-
#Pipfile.lock
116+
# Pipfile.lock
117117

118118
# PEP 582; used by e.g. github.com/David-OConnor/pyflow
119119
__pypackages__/

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
- Added Table-extension ([#646](https://github.com/stac-utils/pystac/pull/646))
88
- Stable support for Python 3.10 ([#656](https://github.com/stac-utils/pystac/pull/656))
9+
- `.python-version` files are now ignored by Git ([#647](https://github.com/stac-utils/pystac/pull/647))
910

1011
### Removed
1112

0 commit comments

Comments
 (0)