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
05cf8044
Commit
05cf8044
authored
Jun 14, 2012
by
Timothée Peignier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bump version
parent
30f3cfc6
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
17 additions
and
3 deletions
+17
-3
AUTHORS
+3
-1
HISTORY.rst
+12
-0
docs/conf.py
+1
-1
setup.py
+1
-1
No files found.
AUTHORS
View file @
05cf8044
...
...
@@ -18,12 +18,15 @@ or just made Pipeline more awesome.
* David Charbonnier <d.charbonnier@oxys.net>
* David Cramer <dcramer@gmail.com>
* Denis V Seleznyov <code@xy2.ru>
* Florent Messa <florent.messa@gmail.com>
* Kyle MacFarlane <kyle@deletethetrees.com>
* Luke Yu-Po Chen <nuemail@gmail.com>
* Matt Dennewitz <mattdennewitz@gmail.com>
* Max Klymyshyn <klymyshyn@gmail.com>
* Michael Weibel <michael.weibel@gmail.com>
* Patrick Altman <paltman@gmail.com>
* Peter Baumgartner <pete@lincolnloop.com>
* Pierre Drescher <pierre.drescher@gmail.com>
* Remco Wendt <remco@maykinmedia.nl>
* Sam Thomson <sammthomson@gmail.com>
* Sander Smits <jhmsmits@gmail.com>
...
...
@@ -32,4 +35,3 @@ or just made Pipeline more awesome.
* Steven Cummings <estebistec@gmail.com>
* Timothée Peignier <timothee.peignier@tryphon.org>
* Trey Smith <trey.smith@nasa.gov>
* Michael Weibel <michael.weibel@gmail.com>
HISTORY.rst
View file @
05cf8044
...
...
@@ -3,6 +3,18 @@
History
=======
1.2.10
------
* Use ``/usr/bin/env`` by default to find compiler executable. Thanks to Michael Weibel.
* Allow to change embed settings : max size and directory. Thanks to Pierre Drescher.
* Some documentation improvements. Thanks to Florent Messa.
1.2.9
-----
* Don't compile non-outdated files.
* Add non-packing storage.
1.2.8
-----
...
...
docs/conf.py
View file @
05cf8044
...
...
@@ -51,7 +51,7 @@ copyright = u'2011-2012, Timothée Peignier'
# The short X.Y version.
version
=
'1.2'
# The full version, including alpha/beta/rc tags.
release
=
'1.2.
9
'
release
=
'1.2.
10
'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
setup.py
View file @
05cf8044
...
...
@@ -4,7 +4,7 @@ from setuptools import setup, find_packages
setup
(
name
=
'django-pipeline'
,
version
=
'1.2.
9
'
,
version
=
'1.2.
10
'
,
description
=
'Pipeline is an asset packaging library for Django.'
,
long_description
=
open
(
'README.rst'
)
.
read
()
+
'
\n\n
'
+
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