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:
authorGuillaume Seguin <guillaume@segu.in>2014-04-06 20:52:36 +0400
committerGuillaume Seguin <guillaume@segu.in>2014-04-06 20:52:36 +0400
commit45499b34b11ab9ef0cbbd5b6c882f88ad8244d01 (patch)
tree55b45e90bcf5ef7bcc480e6b9f0112068b4ce1bb
parent26152c2d7a04ecb5e7757749fde25552a73b9bee (diff)
Update versionprintrun-20140406
-rw-r--r--printrun/printcore.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/printrun/printcore.py b/printrun/printcore.py
index 0e8dc37..c766139 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__ = "2014.03.28"
+__version__ = "2014.04.06"
from serial import Serial, SerialException
from select import error as SelectError