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:
-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