Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
django-pyfs
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-pyfs
Commits
d4a70910
Commit
d4a70910
authored
Jun 23, 2017
by
Brian Mesick
Committed by
GitHub
Jun 23, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump version to 1.0.6 (#8)
parent
72011e51
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
.travis.yml
+1
-1
setup.py
+2
-1
No files found.
.travis.yml
View file @
d4a70910
...
@@ -34,4 +34,4 @@ deploy:
...
@@ -34,4 +34,4 @@ deploy:
on
:
on
:
tags
:
true
tags
:
true
python
:
"
2.7"
python
:
"
2.7"
condition
:
'
$TOXENV
==
django11
0
'
condition
:
'
$TOXENV
==
django11
1
'
setup.py
View file @
d4a70910
...
@@ -12,7 +12,7 @@ else:
...
@@ -12,7 +12,7 @@ else:
setup
(
setup
(
name
=
'django-pyfs'
,
name
=
'django-pyfs'
,
version
=
'1.0.
5
'
,
version
=
'1.0.
6
'
,
description
=
'Django pyfilesystem integration'
,
description
=
'Django pyfilesystem integration'
,
author
=
'Piotr Mitros'
,
author
=
'Piotr Mitros'
,
author_email
=
'pmitros@edx.org'
,
author_email
=
'pmitros@edx.org'
,
...
@@ -26,6 +26,7 @@ setup(
...
@@ -26,6 +26,7 @@ setup(
"Framework :: Django :: 1.8"
,
"Framework :: Django :: 1.8"
,
"Framework :: Django :: 1.9"
,
"Framework :: Django :: 1.9"
,
"Framework :: Django :: 1.10"
,
"Framework :: Django :: 1.10"
,
"Framework :: Django :: 1.11"
,
"Programming Language :: Python"
,
"Programming Language :: Python"
,
"Programming Language :: Python :: 2"
,
"Programming Language :: Python :: 2"
,
"Programming Language :: Python :: 2.7"
,
"Programming Language :: Python :: 2.7"
,
...
...
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