Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kliment/Printrun.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRock Storm <rockstorm@gmx.com>2017-11-01 19:18:44 +0300
committerRock Storm <rockstorm@gmx.com>2017-11-01 19:18:44 +0300
commit778ceeef95e850ac34a87dcda11959fd38b3ec68 (patch)
tree6bd32e503d6b1cb755e96d4098065663fe751c22
parent30d4b9c26e5a0cc4588506862f83c6cbf170e93b (diff)
Release Printrun-1.6.0printrun-1.6.0
-rw-r--r--NEWS.md4
-rw-r--r--printrun/printcore.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/NEWS.md b/NEWS.md
index b0c6d5b..b9cb93f 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,5 +1,5 @@
-[Printrun - UNRELEASED]
-=======================
+Printrun - 1.6.0
+================
New Features
------------
diff --git a/printrun/printcore.py b/printrun/printcore.py
index b54e750..b240c82 100644
--- a/printrun/printcore.py
+++ b/printrun/printcore.py
@@ -15,7 +15,7 @@
# You should have received a copy of the GNU General Public License
# along with Printrun. If not, see <http://www.gnu.org/licenses/>.
-__version__ = "2015.03.10"
+__version__ = "1.6.0"
from serialWrapper import Serial, SerialException, PARITY_ODD, PARITY_NONE
from select import error as SelectError