From e1c325e1a1c0aa9cdf2aeec18175590f5b6ef469 Mon Sep 17 00:00:00 2001 From: Dave Vandenbout Date: Thu, 27 Jul 2017 10:09:55 -0400 Subject: [PATCH] Bumped version. --- HISTORY.rst | 6 ++++++ kipart/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index dbcc1ac..926fe48 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,12 @@ History ------- +0.1.28 (2017-07-27) +______________________ + +* Added reader for Lattice FPGA devices (except iCE40). (Thanks, Adrien Descamps!) + + 0.1.27 (2017-05-24) ______________________ diff --git a/kipart/__init__.py b/kipart/__init__.py index ab39284..4c58cc4 100644 --- a/kipart/__init__.py +++ b/kipart/__init__.py @@ -2,4 +2,4 @@ __author__ = 'XESS Corp.' __email__ = 'info@xess.com' -__version__ = '0.1.27' \ No newline at end of file +__version__ = '0.1.28' \ No newline at end of file