From abce080fb06328216330fe2eb99acb869e8c6254 Mon Sep 17 00:00:00 2001 From: Mikel Larreategi Date: Tue, 3 Sep 2024 16:29:28 +0200 Subject: [PATCH] Preparing release 1.1 [ci skip] --- docs/HISTORY.txt | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/HISTORY.txt b/docs/HISTORY.txt index ced4006..1ecaf82 100644 --- a/docs/HISTORY.txt +++ b/docs/HISTORY.txt @@ -1,8 +1,8 @@ Changelog =========== -1.0.3 (unreleased) ------------------- +1.1 (2024-09-03) +---------------- - Fixes for HTML changes in FIDE site. [erral] diff --git a/setup.py b/setup.py index 0d82859..72e12c4 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ import os -version = '1.0.3.dev0' +version = '1.1' TEST_REQUIRES = ["responses", "mock"]