From 9e3285c72f1fe92a075b3b1c62f382634e6922bd Mon Sep 17 00:00:00 2001 From: Marco Bonetti Date: Fri, 27 Sep 2024 13:26:25 +0200 Subject: [PATCH] =?UTF-8?q?Version=20bum=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGES | 5 +++++ rosetta/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 6d27147..ed69ca2 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,11 @@ Version History =============== +Version 0.10.2 (unreleased) +--------------------------- +* Tests: update flake8 in tox tests + + Version 0.10.1 -------------- * Remamed the zh_hans locale to zh_Hans (issue #282, thanks @sunfkny) diff --git a/rosetta/__init__.py b/rosetta/__init__.py index a5a30b5..9dd9926 100644 --- a/rosetta/__init__.py +++ b/rosetta/__init__.py @@ -1,4 +1,4 @@ -VERSION = (0, 10, 1) +VERSION = (0, 10, 2) def get_version(limit=3):