Skip to content

Commit 53585b4

Browse files
authored
#219 Merge pull request from astropenguin/astropenguin/issue218
Release v1.7.0
2 parents b042dac + 79227b6 commit 53585b4

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ message: "If you use this software, please cite it as below."
33

44
title: "xarray-dataclasses"
55
abstract: "xarray data creation made easy by dataclass"
6-
version: 1.6.0
7-
date-released: 2023-06-09
6+
version: 1.7.0
7+
date-released: 2023-10-16
88
license: "MIT"
99
doi: "10.5281/zenodo.4624819"
1010
url: "https://github.com/astropenguin/xarray-dataclasses"

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# project information
22
author = "Akio Taniguchi"
3-
copyright = "2020-2022 Akio Taniguchi"
3+
copyright = "2020-2023 Akio Taniguchi"
44

55

66
# general configuration

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
[tool.poetry]
22
name = "xarray-dataclasses"
3-
version = "1.6.0"
3+
version = "1.7.0"
44
description = "xarray data creation made easy by dataclass"
55
authors = ["Akio Taniguchi <[email protected]>"]
66
keywords = ["xarray", "dataclass", "dataarray", "dataset", "typing"]
77
license = "MIT"
88
readme = "README.md"
99
homepage = "https://github.com/astropenguin/xarray-dataclasses/"
10+
repository = "https://github.com/astropenguin/xarray-dataclasses/"
1011
documentation = "https://astropenguin.github.io/xarray-dataclasses/"
1112

1213
[tool.poetry.dependencies]

xarray_dataclasses/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"dataoptions",
1818
"typing",
1919
]
20-
__version__ = "1.6.0"
20+
__version__ = "1.7.0"
2121

2222

2323
# submodules

0 commit comments

Comments
 (0)