Skip to content

Commit 9c982e3

Browse files
authored
Merge pull request #315 from projectcaluma/release-1.0.3
chore(release): 1.0.3
2 parents c2249e3 + 7fd99ce commit 9c982e3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v1.0.3 (11 February 2022)
2+
3+
### Fix
4+
* Set correct content-disposition header in export ([`35e0f09`](https://github.com/projectcaluma/emeis/commit/35e0f09aa99d552d70f6920ce61df989fb9d01ad))
5+
16
## v1.0.2 (3 February 2022)
27

38
This release upgrades dependency pinnings and loosens requirement ranges in `setup.py`.

emeis/emeis_metadata.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__title__ = "emeis"
44
__description__ = "user management"
5-
__version__ = "1.0.2"
5+
__version__ = "1.0.3"

0 commit comments

Comments
 (0)