Commit 834a0337 by Timothée Peignier

bump version

parent 91dede72
...@@ -3,6 +3,12 @@ ...@@ -3,6 +3,12 @@
History History
======= =======
1.3.24
------
* Quote path before passing them to compilers.
* Add documentation around PIPELINE_MIMETYPES.
1.3.23 1.3.23
------ ------
......
Copyright (©) 2008 Andreas Pelme <andreas@pelme.se> Copyright (©) 2008 Andreas Pelme <andreas@pelme.se>
Copyright (©) 2011-2012 Timothée Peignier <timothee.peignier@tryphon.org> Copyright (©) 2011-2014 Timothée Peignier <timothee.peignier@tryphon.org>
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal
......
...@@ -42,7 +42,7 @@ master_doc = 'index' ...@@ -42,7 +42,7 @@ master_doc = 'index'
# General information about the project. # General information about the project.
project = u'django-pipeline' project = u'django-pipeline'
copyright = u'2011-2012, Timothée Peignier' copyright = u'2011-2014, Timothée Peignier'
# The version info for the project you're documenting, acts as replacement for # The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the # |version| and |release|, also used in various other places throughout the
...@@ -51,7 +51,7 @@ copyright = u'2011-2012, Timothée Peignier' ...@@ -51,7 +51,7 @@ copyright = u'2011-2012, Timothée Peignier'
# The short X.Y version. # The short X.Y version.
version = '1.3' version = '1.3'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '1.3.23' release = '1.3.24'
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.
......
...@@ -6,7 +6,7 @@ from setuptools import setup, find_packages ...@@ -6,7 +6,7 @@ from setuptools import setup, find_packages
setup( setup(
name='django-pipeline', name='django-pipeline',
version='1.3.23', version='1.3.24',
description='Pipeline is an asset packaging library for Django.', description='Pipeline is an asset packaging library for Django.',
long_description=io.open('README.rst', encoding='utf-8').read() + '\n\n' + long_description=io.open('README.rst', encoding='utf-8').read() + '\n\n' +
io.open('HISTORY.rst', encoding='utf-8').read(), io.open('HISTORY.rst', encoding='utf-8').read(),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment