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
d6be7d19
Commit
d6be7d19
authored
Feb 14, 2015
by
Timothée Peignier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bump version
parent
c834ef35
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
3 deletions
+12
-3
AUTHORS
+2
-0
HISTORY.rst
+8
-1
docs/conf.py
+1
-1
setup.py
+1
-1
No files found.
AUTHORS
View file @
d6be7d19
...
...
@@ -6,6 +6,7 @@ or just made Pipeline more awesome.
* Adam Charnock <acharnock@gmail.com>
* Alan Lu <gotoalanlu@gmail.com>
* Aleksey Porfirov <lexqt@yandex.ru>
* Alexander Artemenko <svetlyak40wt>
* Alexander Pugachev <alexander.pugachev@gmail.com>
* Alexis Svinartchouk <zvin@free.fr>
...
...
@@ -87,5 +88,6 @@ or just made Pipeline more awesome.
* Trey Smith <trey.smith@nasa.gov>
* Venelin Stoykov <venelin@magicsolutions.bg>
* Victor Shnayder <victor@mitx.mit.edu>
* Wictor Olseryd <wictor@olseryd.se>
* Zachary Kazanski <kazanski.zachary@gmail.com>
* Zenobius Jiricek <zenobius.jiricek@gmail.com>
HISTORY.rst
View file @
d6be7d19
...
...
@@ -3,12 +3,19 @@
History
=======
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
FyleSystemFinder
. Thanks to Jon Dufresne.
* Improve
``FileSystemFinder``
. Thanks to Jon Dufresne.
1.4.4.1
=======
...
...
docs/conf.py
View file @
d6be7d19
...
...
@@ -51,7 +51,7 @@ copyright = u'2011-2014, Timothée Peignier'
# The short X.Y version.
version
=
'1.4'
# The full version, including alpha/beta/rc tags.
release
=
'1.4.
5
'
release
=
'1.4.
6
'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
setup.py
View file @
d6be7d19
...
...
@@ -6,7 +6,7 @@ from setuptools import setup, find_packages
setup
(
name
=
'django-pipeline'
,
version
=
'1.4.
5
'
,
version
=
'1.4.
6
'
,
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