# HG changeset patch # User Jeff Hammel # Date 1325229612 28800 # Node ID b61fe6b0ebe13af695ebbc8466923d0065c19ab3 # Parent 2df31d0885838cb72db7c2de3327531aa7a4d059 add anchors to strip.html diff -r 2df31d088583 -r b61fe6b0ebe1 montage/templates/strip.html --- a/montage/templates/strip.html Sun Oct 30 14:47:09 2011 -0700 +++ b/montage/templates/strip.html Thu Dec 29 23:20:12 2011 -0800 @@ -13,6 +13,7 @@
+ diff -r 2df31d088583 -r b61fe6b0ebe1 setup.py --- a/setup.py Sun Oct 30 14:47:09 2011 -0700 +++ b/setup.py Thu Dec 29 23:20:12 2011 -0800 @@ -1,7 +1,7 @@ import os from setuptools import setup, find_packages -version = '0.3.3' +version = '0.3.4' try: description = file(os.path.join(os.path.dirname(__file__), 'README.txt')).read()