Skip to content

Commit

Permalink
release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
frostming committed Nov 24, 2020
1 parent 72ff413 commit 5cdbc00
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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`.
Expand Down
2 changes: 1 addition & 1 deletion cfonts/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
:license: GNU GPLv2
:author: Frost Ming<[email protected]>
"""
__version__ = "1.3.1"
__version__ = "1.4.0"
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ CFonts: Sexy fonts for the console

This is a Python port of `@dominikwilkowski's cfonts <https://github.com/dominikwilkowski/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
------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5cdbc00

Please sign in to comment.