Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
django-pipeline
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
django-pipeline
Commits
19a22e1a
Commit
19a22e1a
authored
Apr 17, 2013
by
Timothée Peignier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bump version
parent
1ae99d43
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
3 deletions
+15
-3
AUTHORS
+4
-1
HISTORY.rst
+9
-0
docs/conf.py
+1
-1
setup.py
+1
-1
No files found.
AUTHORS
View file @
19a22e1a
...
@@ -11,6 +11,7 @@ or just made Pipeline more awesome.
...
@@ -11,6 +11,7 @@ or just made Pipeline more awesome.
* Alexis Svinartchouk <zvin@free.fr>
* Alexis Svinartchouk <zvin@free.fr>
* Andreas Cederström <andreas@klydd.se>
* Andreas Cederström <andreas@klydd.se>
* Ara Anjargolian <ara818@gmail.com>
* Ara Anjargolian <ara818@gmail.com>
* Arnar Yngvason <arnar@hvitahusid.is>
* Balazs Kossovics <balazs.kossovics@e-loue.com>
* Balazs Kossovics <balazs.kossovics@e-loue.com>
* Ben Vinegar <ben@benv.ca>
* Ben Vinegar <ben@benv.ca>
* Brant Young <brant.young@gmail.com>
* Brant Young <brant.young@gmail.com>
...
@@ -34,9 +35,11 @@ or just made Pipeline more awesome.
...
@@ -34,9 +35,11 @@ or just made Pipeline more awesome.
* Max Klymyshyn <klymyshyn@gmail.com>
* Max Klymyshyn <klymyshyn@gmail.com>
* Melvin Laplanche <melvin.laplanche+dev@gmail.com>
* Melvin Laplanche <melvin.laplanche+dev@gmail.com>
* Michael Weibel <michael.weibel@gmail.com>
* Michael Weibel <michael.weibel@gmail.com>
* Miroslav Shubernetskiy <miroslav@miki725.com>
* Patrick Altman <paltman@gmail.com>
* Patrick Altman <paltman@gmail.com>
* Peter Baumgartner <pete@lincolnloop.com>
* Peter Baumgartner <pete@lincolnloop.com>
* Pierre Drescher <pierre.drescher@gmail.com>
* Pierre Drescher <pierre.drescher@gmail.com>
* Rami Chowdhury <rami.chowdhury@gmail.com>
* Remco Wendt <remco@maykinmedia.nl>
* Remco Wendt <remco@maykinmedia.nl>
* Remy Sanchez <remy.sanchez@hyperthese.net>
* Remy Sanchez <remy.sanchez@hyperthese.net>
* Sam Thomson <sammthomson@gmail.com>
* Sam Thomson <sammthomson@gmail.com>
...
@@ -49,4 +52,4 @@ or just made Pipeline more awesome.
...
@@ -49,4 +52,4 @@ or just made Pipeline more awesome.
* Venelin Stoykov <venelin@magicsolutions.bg>
* Venelin Stoykov <venelin@magicsolutions.bg>
* Victor Shnayder <victor@mitx.mit.edu>
* Victor Shnayder <victor@mitx.mit.edu>
* Zenobius Jiricek <zenobius.jiricek@gmail.com>
* Zenobius Jiricek <zenobius.jiricek@gmail.com>
* Miroslav Shubernetskiy <miroslav@miki725.com>
HISTORY.rst
View file @
19a22e1a
...
@@ -3,6 +3,15 @@
...
@@ -3,6 +3,15 @@
History
History
=======
=======
1.3.8
-----
* Improve compiler API. Thanks to Remy Sanchez.
* Improve documentation on cache busting via staticfiles. Thanks to Rami Chowdhury.
* Fix url() bug for url with querystring and hash in them. Thanks to Miroslav Shubernetskiy.
* Add third party compilers in documentation. Thanks to Jared Scott.
* Fix extension compatibility with both jinja2 and coffin. Thanks to Mark Sandstrom.
* Add Livescript compiler. Thanks to Arnar Yngvason.
1.3.7
1.3.7
-----
-----
...
...
docs/conf.py
View file @
19a22e1a
...
@@ -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.
7
'
release
=
'1.3.
8
'
# 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.
...
...
setup.py
View file @
19a22e1a
...
@@ -4,7 +4,7 @@ from setuptools import setup, find_packages
...
@@ -4,7 +4,7 @@ from setuptools import setup, find_packages
setup
(
setup
(
name
=
'django-pipeline'
,
name
=
'django-pipeline'
,
version
=
'1.3.
7
'
,
version
=
'1.3.
8
'
,
description
=
'Pipeline is an asset packaging library for Django.'
,
description
=
'Pipeline is an asset packaging library for Django.'
,
long_description
=
open
(
'README.rst'
)
.
read
()
+
'
\n\n
'
+
long_description
=
open
(
'README.rst'
)
.
read
()
+
'
\n\n
'
+
open
(
'HISTORY.rst'
)
.
read
(),
open
(
'HISTORY.rst'
)
.
read
(),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment