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
1e41882c
Commit
1e41882c
authored
Apr 25, 2015
by
Timothée Peignier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bump version
parent
261a4567
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
51 deletions
+7
-51
HISTORY.rst
+4
-48
docs/conf.py
+2
-2
setup.py
+1
-1
No files found.
HISTORY.rst
View file @
1e41882c
...
...
@@ -3,53 +3,9 @@
History
=======
1.
4.7
1.
5.0
=====
* Rename 6to5 settings to match the new name: "babel".
* Improve upgrade instructions. Thanks to Collin Stedman.
* Make compiler work with storage not implementing path. Thanks to Brad Pitcher.
1.4.6
=====
* Improve LESS adapter compatibility. Thanks to Wictor Olseryd.
* Fix ``PipelineFinder`` behavior. Thanks to Aleksey Porfirov.
* Small tests and code improvements.
1.4.5
=====
* Add ES6/6to5 compiler.
* Fix URL rewriter quote handling. Thanks to Josh Braegger.
* Improve ``FileSystemFinder``. Thanks to Jon Dufresne.
1.4.4.1
=======
* Remove ruby sass implementation specifics.
* Remove artefacts in package.
1.4.3
=====
* Remove tempdir storage location. Thanks to Kristian Glass.
* Make the SASS compiler compatible with more non-ruby SASS. Thanks to Corrado Primier.
1.4.2
=====
* Fix finder bug. Thanks to Quentin Pradet, Remi and Sam Kuehn for the report
* Update finders documentation. Thanks to Thomas Schreiber, Grégoire Astruc and Tobias Birmili for the report.
1.4.1
=====
* Fix storage logic. Thanks to Quentin Pradet for the report.
1.4.0
=====
* **BACKWARD INCOMPATIBLE** : Renamed templatetags library from ``compressed`` to ``pipeline``.
* **BACKWARD INCOMPATIBLE** : Renamed templatetag ``compressed_js`` to ``javascript``.
* **BACKWARD INCOMPATIBLE** : Renamed templatetag ``compressed_css`` to ``stylesheet``.
* Add full support for Django 1.8.
* Drop support for Django 1.6.
* Drop support for Python 2.6.
docs/conf.py
View file @
1e41882c
...
...
@@ -49,9 +49,9 @@ copyright = u'2011-2014, Timothée Peignier'
# built documents.
#
# The short X.Y version.
version
=
'1.
4
'
version
=
'1.
5
'
# The full version, including alpha/beta/rc tags.
release
=
'1.
4.7
'
release
=
'1.
5.0
'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
setup.py
View file @
1e41882c
...
...
@@ -6,7 +6,7 @@ from setuptools import setup, find_packages
setup
(
name
=
'django-pipeline'
,
version
=
'1.
4.7
'
,
version
=
'1.
5.0
'
,
description
=
'Pipeline is an asset packaging library for Django.'
,
long_description
=
io
.
open
(
'README.rst'
,
encoding
=
'utf-8'
)
.
read
()
+
'
\n\n
'
+
io
.
open
(
'HISTORY.rst'
,
encoding
=
'utf-8'
)
.
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