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
dce01cde
Commit
dce01cde
authored
May 25, 2017
by
John Whitlock
Committed by
GitHub
May 25, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #631 from jwhitlock/rel-1.6.13
Bump version to 1.6.13
parents
131a9bac
766e3f4f
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
17 additions
and
2 deletions
+17
-2
AUTHORS
+4
-0
HISTORY.rst
+11
-0
docs/conf.py
+1
-1
setup.py
+1
-1
No files found.
AUTHORS
View file @
dce01cde
...
...
@@ -62,6 +62,7 @@ or just made Pipeline more awesome.
* Jared Scott <jscott@convertro.com>
* Jaromir Fojtu <jaromir.fojtu@gmail.com>
* Jeff Held <jheld135@gmail.com>
* John Whitlock <John-Whitlock@ieee.org> (@jwhitlock)
* Jon Dufresne <jon.dufresne@gmail.com>
* Josh Braegger <rckclmbr@gmail.com>
* Joshua Kehn <josh@kehn.us>
...
...
@@ -94,6 +95,7 @@ or just made Pipeline more awesome.
* Sam Thomson <sammthomson@gmail.com>
* Sander Smits <jhmsmits@gmail.com>
* Sander Steffann <sander@steffann.nl>
* Sassan Haradji (@sassanh)
* Sayed Raianul Kabir <raian@newscred.com>
* Simon Lydell <simon.lydell@gmail.com>
* Sirex <sirexas@gmail.com>
...
...
@@ -104,10 +106,12 @@ or just made Pipeline more awesome.
* Tadas Dailyda <tadas@dailyda.com>
* Teo Klestrup Röijezon <teo@nullable.se>
* Thomas Parslow <tom@almostobsolete.net>
* Tiago Espinha <tiago@espinha.nl>
* Timothée Peignier <timothee.peignier@tryphon.org>
* Tom Yam <tomyam1@gmail.com>
* Tomek Paczkowski <tomek@hauru.eu>
* Trey Smith <trey.smith@nasa.gov>
* Vadym S. Khondar (@vskh)
* Venelin Stoykov <venelin@magicsolutions.bg>
* Victor Shnayder <victor@mitx.mit.edu>
* Wictor Olseryd <wictor@olseryd.se>
...
...
HISTORY.rst
View file @
dce01cde
...
...
@@ -3,11 +3,22 @@
History
=======
1.6.13
======
* Fix forward-slashed paths on Windows. Thanks to @etiago
* Fix CSS URL detector to match quotes correctly. Thanks to @vskh
* Add a compiler_options dict to compile, to allow passing options to custom
compilers. Thanks to @sassanh
* Verify support for Django 1.11. Thanks to @jwhitlock
1.6.12
======
* Supports Django 1.11
* Fix a bug with os.rename on windows. Thanks to @wismill
* Fix to view compile error if happens. Thanks to @brawaga
* Add support for Pipeline CSS/JS packages in forms and widgets. Thanks to @chipx86
1.6.11
======
...
...
docs/conf.py
View file @
dce01cde
...
...
@@ -51,7 +51,7 @@ copyright = u'2011-2014, Timothée Peignier'
# The short X.Y version.
version
=
'1.6'
# The full version, including alpha/beta/rc tags.
release
=
'1.6.1
2
'
release
=
'1.6.1
3
'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
setup.py
View file @
dce01cde
...
...
@@ -10,7 +10,7 @@ if (sys.version_info[0], sys.version_info[1]) < (3, 2):
setup
(
name
=
'django-pipeline'
,
version
=
'1.6.1
2
'
,
version
=
'1.6.1
3
'
,
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