From df4ca4c81a0d85503a37ee36aa35bc1acfcc9348 Mon Sep 17 00:00:00 2001 From: Alex Rasmussen Date: Sun, 8 Feb 2015 20:49:57 -0800 Subject: [PATCH] Bumping version to v2.3.2 --- docs/conf.py | 4 ++-- pylsdj/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 62412d9..0db8e7e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -54,9 +54,9 @@ # built documents. # # The short X.Y version. -version = '2.3.1' +version = '2.3.2' # The full version, including alpha/beta/rc tags. -release = '2.3.1' +release = '2.3.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/pylsdj/__init__.py b/pylsdj/__init__.py index 5a8da7a..483948a 100644 --- a/pylsdj/__init__.py +++ b/pylsdj/__init__.py @@ -1,5 +1,5 @@ __title__ = 'pylsdj' -__version__ = '2.3.1' +__version__ = '2.3.2' __author__ = 'Alex Rasmussen' __license__ = 'MIT' __copyright__ = 'Copyright 2015 Alex Rasmussen' diff --git a/setup.py b/setup.py index 1ebc777..c527f02 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup setup(name='pylsdj', - version='2.3.1', + version='2.3.2', description='A utility belt for dealing with LSDJ-related files', url='http://github.com/alexras/pylsdj', author='Alex Rasmussen',