Skip to content

Commit a6bab63

Browse files
committed
bump version, update history
1 parent 8b818b7 commit a6bab63

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

HISTORY.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# History
22

3+
## 0.1.2 (2022-02-27)
4+
5+
Bug fix release.
6+
7+
### Fixes:
8+
* fixes handling of xarray variables with dimensions in decreasing
9+
order (e.g., latitude from 90 to -90) without
10+
having to re-index the whole variable (PR [39](https://github.com/data-exp-lab/yt_xarray/pull/39)).
11+
312
## 0.1.1 (2022-02-07)
413

514
This release builds out the loading functions introduced in v0.1.0 and includes

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.1
2+
current_version = 0.1.2
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@
3737
test_suite="tests",
3838
tests_require=test_requirements,
3939
url="https://github.com/data-exp-lab/yt_xarray",
40-
version="0.1.1",
40+
version="0.1.2",
4141
zip_safe=False,
4242
)

yt_xarray/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = """Chris Havlin"""
44
__email__ = "[email protected]"
5-
__version__ = "0.1.1"
5+
__version__ = "0.1.2"
66

77

88
# import the yt frontend and the xarray accessor so they are registered with

0 commit comments

Comments
 (0)