Skip to content

Commit 4f86fe5

Browse files
authored
Merge pull request #291 from winged/bump
chore: version bump 0.6.0
2 parents 027f5ce + b40d14e commit 4f86fe5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v0.6.0 (14 January 2022)
2+
3+
### Feature
4+
* Case insensitive ordering ([`f0570ab`](https://github.com/projectcaluma/emeis/commit/f0570ab9a25e02d8e5aff96a8eb30a48b5d24692))
5+
* Add user list export as xlsx file ([`190c2a6`](https://github.com/projectcaluma/emeis/commit/190c2a6d2ca05a7f862d84623d4675a730b03ad4))
6+
17
## v0.5.0 (14 December 2021)
28

39
### Feature

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__ = "0.5.0"
5+
__version__ = "0.6.0"

0 commit comments

Comments
 (0)