File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -106,14 +106,14 @@ ipython_config.py
106
106
# pyenv
107
107
# For a library or package, you might want to ignore these files since the code is
108
108
# intended to run in multiple environments; otherwise, check them in:
109
- # .python-version
109
+ .python-version
110
110
111
111
# pipenv
112
112
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
113
113
# However, in case of collaboration, if having platform-specific dependencies or dependencies
114
114
# having no cross-platform support, pipenv may install dependencies that don't work, or not
115
115
# install all needed dependencies.
116
- # Pipfile.lock
116
+ # Pipfile.lock
117
117
118
118
# PEP 582; used by e.g. github.com/David-OConnor/pyflow
119
119
__pypackages__ /
Original file line number Diff line number Diff line change 6
6
7
7
- Added Table-extension ([ #646 ] ( https://github.com/stac-utils/pystac/pull/646 ) )
8
8
- 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 ) )
9
10
10
11
### Removed
11
12
You can’t perform that action at this time.
0 commit comments