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
ce6ac90b
Commit
ce6ac90b
authored
Jan 06, 2012
by
Timothée Peignier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bump version
parent
a35911d7
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
12 deletions
+13
-12
LICENSE
+5
-8
docs/changelog.rst
+4
-0
docs/conf.py
+3
-3
setup.py
+1
-1
No files found.
LICENSE
View file @
ce6ac90b
Pipeline
Pipeline
--------
--------
Copyright (
c
) 2008 Andreas Pelme <andreas@pelme.se>
Copyright (
©
) 2008 Andreas Pelme <andreas@pelme.se>
Copyright (
c) 2011
Timothée Peignier <timothee.peignier@tryphon.org>
Copyright (
©) 2011-2012
Timothée Peignier <timothee.peignier@tryphon.org>
Permission is hereby granted, free of charge, to any person obtaining a copy
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
of this software and associated documentation files (the "Software"), to deal
...
@@ -27,10 +27,7 @@ This code is original from jsmin by Douglas Crockford, it was translated to
...
@@ -27,10 +27,7 @@ This code is original from jsmin by Douglas Crockford, it was translated to
Python by Baruch Even. The original code had the following copyright and
Python by Baruch Even. The original code had the following copyright and
license.
license.
/* jsmin.c
Copyright (©) 2002 Douglas Crockford (www.crockford.com)
2007-05-22
Copyright (c) 2002 Douglas Crockford (www.crockford.com)
Permission is hereby granted, free of charge, to any person obtaining a copy of
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
this software and associated documentation files (the "Software"), to deal in
...
@@ -50,5 +47,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
...
@@ -50,5 +47,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.
*/
\ No newline at end of file
docs/changelog.rst
View file @
ce6ac90b
Changelog
Changelog
=========
=========
1.1.26
------
* Fix unicode issue. Thanks to Adam Charnock.
1.1.25
1.1.25
------
------
...
...
docs/conf.py
View file @
ce6ac90b
...
@@ -41,16 +41,16 @@ master_doc = 'index'
...
@@ -41,16 +41,16 @@ master_doc = 'index'
# General information about the project.
# General information about the project.
project
=
u'django-pipeline'
project
=
u'django-pipeline'
copyright
=
u'2011, Timothée Peignier'
copyright
=
u'2011
-2012
, Timothée Peignier'
# The version info for the project you're documenting, acts as replacement for
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# |version| and |release|, also used in various other places throughout the
# built documents.
# built documents.
#
#
# The short X.Y version.
# The short X.Y version.
version
=
'1.1.2
5
'
version
=
'1.1.2
6
'
# The full version, including alpha/beta/rc tags.
# The full version, including alpha/beta/rc tags.
release
=
'1.1.2
5
'
release
=
'1.1.2
6
'
# 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 @
ce6ac90b
...
@@ -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.1.2
5
'
,
version
=
'1.1.2
6
'
,
description
=
'Pipeline is an asset packaging library for Django.'
,
description
=
'Pipeline is an asset packaging library for Django.'
,
long_description
=
"""Pipeline is an asset packaging library for Django, providing
long_description
=
"""Pipeline is an asset packaging library for Django, providing
both CSS and JavaScript concatenation and compression, built-in JavaScript
both CSS and JavaScript concatenation and compression, built-in JavaScript
...
...
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