From a4c8a5b3dd09d82654f3081b8c29167a25f6d253 Mon Sep 17 00:00:00 2001 From: Sebastian Straub Date: Fri, 9 Apr 2021 14:03:45 +0200 Subject: [PATCH] release 0.2.1 * add a basic in-memory search index for employees * fix pagination for absence and attencence lists --- CHANGELOG.md | 6 +++++- src/personio_py/version.py | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59a9665..0ed0a7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased](https://github.com/at-gmbh/personio-py/compare/v0.2.0...HEAD) +## [Unreleased](https://github.com/at-gmbh/personio-py/compare/v0.2.1...HEAD) + +* ... + +## [0.2.1](https://github.com/at-gmbh/personio-py/tree/v0.2.1) - 2021-04-09 * add a basic in-memory search index for employees ([#19](https://github.com/at-gmbh/personio-py/pull/19)) * fix pagination for absence and attencence lists ([#20](https://github.com/at-gmbh/personio-py/pull/20)) diff --git a/src/personio_py/version.py b/src/personio_py/version.py index 7fd229a..fc79d63 100644 --- a/src/personio_py/version.py +++ b/src/personio_py/version.py @@ -1 +1 @@ -__version__ = '0.2.0' +__version__ = '0.2.1'