Skip to content

Commit

Permalink
Roll this release of old version as 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
macropin committed May 13, 2014
1 parent a20ee38 commit 07c5d2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions adlibre_tms/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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'
TEMPLATE_STRING_IF_INVALID = 'error in template here'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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('.'),
Expand Down

0 comments on commit 07c5d2a

Please sign in to comment.