From d9c15561d1ba82a884a14a2b61c0e46129d4cc56 Mon Sep 17 00:00:00 2001 From: ashlen Date: Sun, 11 Jun 2023 11:13:23 +0000 Subject: [PATCH] Bump pypi version --- CHANGELOG.md | 15 +++++++++++++-- setup.py | 2 +- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1e481d3..56d7aa41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,23 @@ # Changelog -# 1.5.2 (2022-02-10) +# 1.6.0 (2023-06-11) + +## What's new + +- Star rail daily rewards, battle chronicle and wish history. + +## Fixes + +- Raise errors on geetest instead of silently failing. +- Fix v2 cookie compatibility. + +# 1.5.2 (2023-03-31) ## Fixes - Allow v2 cookies. -# 1.5.1 (2022-02-10) +# 1.5.1 (2023-02-10) ## What's new diff --git a/setup.py b/setup.py index b1ca36cb..b02e2944 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name="genshin", - version="1.5.2", + version="1.6.0", author="thesadru", author_email="thesadru@gmail.com", description="An API wrapper for Genshin Impact.",