Skip to content

Commit

Permalink
Release version 6.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rstemmer committed Jul 2, 2023
1 parent 175b95e commit 1037ef2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
6.0.2 - 02.07.2023: --write function fixed by Sam Grove (https://github.com/sg-)
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.
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Operating System :: POSIX :: Linux",
Expand Down
4 changes: 2 additions & 2 deletions sterm.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH STERM 1 "07 March 2020" "6.0.1" "sterm Manual"
.TH STERM 1 "02 June 2023" "6.0.2" "sterm Manual"
.SH NAME
sterm \- a minimal serial terminal that focus on being easy to use. A client simply works.

Expand Down Expand Up @@ -103,7 +103,7 @@ Written by Ralf Stemmer <ralf.stemmer@gmx.net>
GitHub: <https://github.com/rstemmer/sterm/issues>

.SH COPYRIGHT
sterm Copyright (C) 2013-2019 Ralf Stemmer <ralf.stemmer@gmx.net>
sterm Copyright (C) 2013-2023 Ralf Stemmer <ralf.stemmer@gmx.net>
.br
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
.br
Expand Down
4 changes: 2 additions & 2 deletions sterm/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-

# STERM, a serial communication terminal with server capabilities #
# Copyright (C) 2013-2020 Ralf Stemmer (ralf.stemmer@gmx.net) #
# Copyright (C) 2013-2023 Ralf Stemmer (ralf.stemmer@gmx.net) #
# #
# This program is free software: you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
Expand All @@ -28,7 +28,7 @@



VERSION = "6.0.1"
VERSION = "6.0.2"


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

0 comments on commit 1037ef2

Please sign in to comment.