summaryrefslogtreecommitdiff
path: root/larch
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2012-10-06 10:28:13 +0100
committerLars Wirzenius <liw@liw.fi>2012-10-06 10:28:13 +0100
commit7ae3886f48c31ee95957cf984accaa955af2831c (patch)
tree78de9fb3e9e215ba1a4888c3ae3201fa3ee3559e /larch
parentf78e7654003d8c6b7836e2ac1e834cf4d259f114 (diff)
downloadlarch-7ae3886f48c31ee95957cf984accaa955af2831c.tar.gz
Update version numbers for release of 1.20121006larch-1.20121006
Diffstat (limited to 'larch')
-rw-r--r--larch/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/larch/__init__.py b/larch/__init__.py
index a11742f..011392b 100644
--- a/larch/__init__.py
+++ b/larch/__init__.py
@@ -14,7 +14,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-__version__ = '1.20120930'
+__version__ = '1.20121006'
class Error(Exception):