File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1- django >= 1.7  
1+ django >= 1.11  
Original file line number Diff line number Diff line change 33setup (
44    name = 'django-multiurl' ,
55    py_modules = ['multiurl' ],
6-     version = '1.1 .0' ,
6+     version = '1.2 .0' ,
77    description = 'Allow multiple views to match the same URL.' ,
88    license = 'BSD' ,
99    url = 'https://github.com/raiderrobert/django-multiurl' ,
10-     download_url = 'https://github.com/raiderrobert/django-multiurl/tarball/v1.1 .0' ,
10+     download_url = 'https://github.com/raiderrobert/django-multiurl/tarball/v1.2 .0' ,
1111    author = 'Jacob Kaplan-Moss and Robert Roskam' ,
1212    author_email = 'raiderrobert@gmail.com' ,
13-     install_requires = ['django>=1.5 ' ],
13+     install_requires = ['django>=1.11 ' ],
1414    keywords = 'django urls' ,
1515    classifiers = [
1616        'Development Status :: 4 - Beta' ,
2121        'Natural Language :: English' ,
2222        'Programming Language :: Python' ,
2323        'Programming Language :: Python :: 2.7' ,
24-         'Programming Language :: Python :: 3.2' ,
25-         'Programming Language :: Python :: 3.3' ,
24+         'Programming Language :: Python :: 3.4' ,
25+         'Programming Language :: Python :: 3.5' ,
26+         'Programming Language :: Python :: 3.6' ,
2627    ],
2728)
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments