Skip to content

Commit

Permalink
chore: release v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stroebjo committed Jan 27, 2025
1 parent 7414ee0 commit a0b27d9
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 18 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.6.1](https://github.com/datasnack/datahub/compare/v0.6.0..v0.6.1) - 2025-01-27

### Added

- Add description field to shape model ([7414ee0](https://github.com/datasnack/datahub/commit/7414ee0f3609606482ddcf8219da946f0373034b))

## [0.6.0](https://github.com/datasnack/datahub/compare/v0.5.2..v0.6.0) - 2025-01-23

### Changed
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ authors:
orcid: 'https://orcid.org/0000-0002-6327-8152'
repository-code: 'https://github.com/datasnack/datahub'
license: MIT
version: 0.6.0
date-released: '2025-01-23'
version: 0.6.1
date-released: '2025-01-27'
2 changes: 1 addition & 1 deletion datahub/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.6.0"
__version__ = "0.6.1"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies = [
"openpyxl==3.1.2",
"osmnx==1.9.3",
"pandas==2.2.3",
"rasterio==1.4.1",
"rasterio==1.4.3",
"shapely==2.0.6",
"SQLAlchemy==2.0.31", # used for pandas read_sql etc. connection string
"GeoAlchemy2", # required for GeoPandas to_postgis()
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ affine==2.4.0
# via rasterio
asgiref==3.8.1
# via django
attrs==24.3.0
attrs==25.1.0
# via
# datapi
# fiona
Expand Down Expand Up @@ -132,9 +132,9 @@ pytz==2024.2
# meteostat
# multiurl
# pandas
rasterio==1.4.1
rasterio==1.4.3
# via datahub (pyproject.toml)
referencing==0.36.1
referencing==0.36.2
# via
# jsonschema
# jsonschema-specifications
Expand Down
22 changes: 11 additions & 11 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a0b27d9

Please sign in to comment.