From 5cdbc00dfafeac5b36d4da4d3751a1d7f0b1fd65 Mon Sep 17 00:00:00 2001 From: Frost Ming Date: Tue, 24 Nov 2020 18:22:13 +0800 Subject: [PATCH] release 1.4.0 --- README.md | 3 ++- cfonts/__version__.py | 2 +- docs/index.rst | 2 +- pyproject.toml | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7c67f9a..4527128 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ _This is a Python port of [cfonts](https://github.com/dominikwilkowski/cfonts). Thanks for the original code and beautiful console fonts!_ -> **NOTE:** This project supports Python 2.7+ and 3.5+ +> **NOTE:** This project supports Python 2.7+ and 3.6+ ## Installation @@ -125,6 +125,7 @@ Ported by [@frostming](https://github.com/frostming), under MIT license. See [LI ## Changelog +- **v1.4.0** Officially drop support of Python 3.5 - **v1.3.1** Fix the sdist. - **v1.3.0** Relicense to MIT. - **v1.2.0** Add font `tiny`. diff --git a/cfonts/__version__.py b/cfonts/__version__.py index dc07b29..f42bd70 100644 --- a/cfonts/__version__.py +++ b/cfonts/__version__.py @@ -6,4 +6,4 @@ :license: GNU GPLv2 :author: Frost Ming """ -__version__ = "1.3.1" +__version__ = "1.4.0" diff --git a/docs/index.rst b/docs/index.rst index 9321652..091ef0f 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -17,7 +17,7 @@ CFonts: Sexy fonts for the console This is a Python port of `@dominikwilkowski's cfonts `_. Thanks for the original code and beautiful console fonts! - *This project supports Python 2.7+ and 3.5+* + *This project supports Python 2.7+ and 3.6+* Installation ------------ diff --git a/pyproject.toml b/pyproject.toml index 190b415..65fa886 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ description = "Sexy fonts for the console" homepage = "https://github.com/frostming/python-cfonts" license = "MIT" readme = "README.md" -python_requires = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*" +python_requires = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*" classifiers = [ # Trove classifiers