Skip to content

Commit

Permalink
v1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
delameter committed Apr 30, 2023
1 parent 637fc63 commit 5da4f13
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .env.dist
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
VERSION=1.5.1
#VERSION=

PYPI_USERNAME=__token__
PYPI_PASSWORD= #api token
PYPI_PASSWORD_DEV= #api token
Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,16 @@ Even more information can be seen after running `kolombos --legend`.



### v1.5.2

- UPDATE: icon redraw


### v1.5.1

- FIX: packaging assets


### v1.5
- NEW: `--demo` mode

Expand Down
4 changes: 2 additions & 2 deletions kolombos/legend.ansi
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
 / //_/ __ \/ / __ \/ __ '__ \/ __ \/ __ \/ ___/
 / ,< / /_/ / / /_/ / / / / / / /_/ / /_/ (__ )
/_/|_|\____/_/\____/_/ /_/ /_/\.___/\____/____/
v1.5.1
v1.5.2

CHARACTER CLASSES
<S> ASCII whitespace chars 09-0d, 20 -s -S
Expand Down Expand Up @@ -65,4 +65,4 @@

Is a part of es7s pack
(c) 2022 A. Shavykin <0[[email protected]>
# Generated at 7-Feb-23 08:26
# Generated at 30-Apr-23 17:54
2 changes: 1 addition & 1 deletion kolombos/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.5.1'
__version__ = '1.5.2'
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = kolombos
version = 1.5.1
version = 1.5.2
author = Aleksandr Shavykin
author_email = [email protected]
description = CLI control characters and escape sequences viewer/visualizer
Expand Down

0 comments on commit 5da4f13

Please sign in to comment.