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
3d4fdb3a
Commit
3d4fdb3a
authored
Sep 16, 2011
by
Timothée Peignier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bump version
parent
39406c97
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
3 deletions
+12
-3
docs/changelog.rst
+5
-0
docs/conf.py
+2
-2
docs/usage.rst
+4
-0
setup.py
+1
-1
No files found.
docs/changelog.rst
View file @
3d4fdb3a
...
...
@@ -2,6 +2,11 @@ Changelog
=========
1.1.16
------
* Add a way to compress specific groups with ``synccompress`` command.
1.1.15.2
--------
...
...
docs/conf.py
View file @
3d4fdb3a
...
...
@@ -48,9 +48,9 @@ copyright = u'2011, Timothée Peignier'
# built documents.
#
# The short X.Y version.
version
=
'1.1.1
5.2
'
version
=
'1.1.1
6
'
# The full version, including alpha/beta/rc tags.
release
=
'1.1.1
5.2
'
release
=
'1.1.1
6
'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
docs/usage.rst
View file @
3d4fdb3a
...
...
@@ -33,6 +33,10 @@ To re-generate only a specific group ::
./manage.py synccompress screen
To re-generate only specific groups ::
./manage.py synccompress screen print
Templatetags
============
...
...
setup.py
View file @
3d4fdb3a
...
...
@@ -3,7 +3,7 @@ from setuptools import setup, find_packages
setup
(
name
=
'django-pipeline'
,
version
=
'1.1.1
5.2
'
,
version
=
'1.1.1
6
'
,
description
=
'Pipeline is an asset packaging library for Django.'
,
long_description
=
"""Pipeline is an asset packaging library for Django, providing
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