Skip to content

Commit

Permalink
Merge pull request #116 from openEDI/integration
Browse files Browse the repository at this point in the history
Release/v0.2.4
  • Loading branch information
jgu2 committed Feb 6, 2024
2 parents 407d8de + 92449d5 commit a8af11e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion oedi/__init__.py
@@ -1 +1 @@
__version__ = "0.2.3"
__version__ = "0.2.4"
6 changes: 5 additions & 1 deletion oedi/config.yaml
Expand Up @@ -34,6 +34,10 @@ AWS:
- s3://oedi-data-lake/ATB/electricity/parquet/2021/
- s3://oedi-data-lake/ATB/electricity/parquet/2022/
- s3://oedi-data-lake/ATB/electricity/parquet/2023/
- s3://oedi-data-lake/ATB/transportation/parquet/2022/fuels_marine
- s3://oedi-data-lake/ATB/transportation/parquet/2022/fuels
- s3://oedi-data-lake/ATB/transportation/parquet/2022/vehicles
- s3://oedi-data-lake/ATB/transportation/parquet/2022/vehicles_fuels
- Identifier: pvdaq
Name: oedi_pvdaq
Locations:
Expand Down Expand Up @@ -62,4 +66,4 @@ AWS:
- Key: Project
Value: OEDI
- Key: Release
Value: 0.2.3
Value: 0.2.4
2 changes: 1 addition & 1 deletion requirements-dev.txt
@@ -1,5 +1,5 @@
black
pytest
sphinx
moto
moto==4.2.14
mock

0 comments on commit a8af11e

Please sign in to comment.