From 07c5d2ade7ef71c55983ab1229ed124bdf1e31ee Mon Sep 17 00:00:00 2001 From: Andrew Cutler Date: Tue, 13 May 2014 11:00:44 +1000 Subject: [PATCH] Roll this release of old version as 0.1.2 --- adlibre_tms/settings.py | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/adlibre_tms/settings.py b/adlibre_tms/settings.py index 2faa2f2..b3cbcbf 100644 --- a/adlibre_tms/settings.py +++ b/adlibre_tms/settings.py @@ -162,7 +162,7 @@ SITE_NAME = 'Adlibre TMS' -PRODUCT_VERSION='1.0' # Adlibre TMS Product Version +PRODUCT_VERSION='0.1.2' # Adlibre TMS Product Version DEMO = True PAGINATION_DEFAULT_PAGINATION = 15 @@ -189,4 +189,4 @@ # debugging data to display if template rendered with errors (needs to be after local settings) # NB this breaks the password change form. Issue #11 if DEBUG: - TEMPLATE_STRING_IF_INVALID = 'error in template here' \ No newline at end of file + TEMPLATE_STRING_IF_INVALID = 'error in template here' diff --git a/setup.py b/setup.py index 0138740..8fba541 100755 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ def findall(dir, pattern='*'): setup(name='adlibre_tms', - version='0.1.1', + version='0.1.2', long_description=open('README.md').read(), url='https://github.com/adlibre/Adlibre-TMS', packages=find_packages('.'),