Skip to content

Commit 6f0d11f

Browse files
authored
add manifest and prepare patch release (#12)
1 parent 7cbc705 commit 6f0d11f

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
include LICENSE
2+
include docs/source/changelog.md

docs/source/changelog.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
# Change Log
22

3-
## Unreleased (v0.x.x)
4-
### New Features
5-
3+
## v0.2.1 (2022 Apr 3)
64
### Maintenance and fixes
7-
8-
### Documentation
9-
10-
### Developer facing changes
11-
5+
* Add manifest file to include the license and changelog in the pypi package {pull}`12`
126

137
## v0.2.0 (2022 Apr 2)
148
### New Features

src/xarray_einstats/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010

1111
__all__ = ["einsum", "raw_einsum", "einsum_path", "matmul"]
1212

13-
__version__ = "0.3.0.dev0"
13+
__version__ = "0.2.1"

0 commit comments

Comments
 (0)