Skip to content

Commit

Permalink
Issue in setup.y required version number increasement
Browse files Browse the repository at this point in the history
  • Loading branch information
rstemmer committed Mar 7, 2020
1 parent 3ddf021 commit 362dcce
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
6.0.1 - 07.03.2020: Issue in setup.py fixed
6.0.0 - 07.03.2020: Code refactoring and python packaging
--unbuffered got removed. All input are now unbuffered.
--noecho added to suppress echoing entered keys (as it was like in unbuffered mode)
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Development Status :: 3 - Alpha",
"Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Operating System :: POSIX :: Linux",
"Environment :: Console",
Expand All @@ -57,6 +57,7 @@
"Topic :: System :: Monitoring",
"Topic :: Utilities",
],
#"Development Status :: 3 - Alpha",
)

# vim: tabstop=4 expandtab shiftwidth=4 softtabstop=4
Expand Down
2 changes: 1 addition & 1 deletion sterm.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH STERM 1 "07 March 2020" "6.0.0" "sterm Manual"
.TH STERM 1 "07 March 2020" "6.0.1" "sterm Manual"
.SH NAME
sterm \- a minimal serial terminal that focus on being easy to use. A client simply works.

Expand Down
2 changes: 1 addition & 1 deletion sterm/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@



VERSION = "6.0.0"
VERSION = "6.0.1"


# This global variable is used to shutdown the thread used
Expand Down

0 comments on commit 362dcce

Please sign in to comment.