File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 3
3
History
4
4
=======
5
5
6
+ 1.6.2
7
+ =====
8
+
9
+ * Remove subprocess32 usage since it breaks universal support.
10
+
6
11
1.6.1
7
12
=====
8
13
Original file line number Diff line number Diff line change 51
51
# The short X.Y version.
52
52
version = '1.6'
53
53
# The full version, including alpha/beta/rc tags.
54
- release = '1.6.1 '
54
+ release = '1.6.2 '
55
55
56
56
# The language for content autogenerated by Sphinx. Refer to documentation
57
57
# for a list of supported languages.
Original file line number Diff line number Diff line change 10
10
11
11
setup (
12
12
name = 'django-pipeline' ,
13
- version = '1.6.1 ' ,
13
+ version = '1.6.2 ' ,
14
14
description = 'Pipeline is an asset packaging library for Django.' ,
15
15
long_description = io .open ('README.rst' , encoding = 'utf-8' ).read () + '\n \n ' +
16
16
io .open ('HISTORY.rst' , encoding = 'utf-8' ).read (),
You can’t perform that action at this time.
0 commit comments