bump versions to dev, including changing the doc-install target to "dev"
instead of "latest"
This commit is contained in:
		
							parent
							
								
									fd6ff9bc01
								
							
						
					
					
						commit
						e16983d265
					
				|  | @ -1,3 +1,7 @@ | ||||||
|  | 2.7.1.dev (compared to 2.7.0) | ||||||
|  | ----------------------------- | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
| 2.7.0 (compared to 2.6.4) | 2.7.0 (compared to 2.6.4) | ||||||
| ----------------------------- | ----------------------------- | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,2 +1,2 @@ | ||||||
| # | # | ||||||
| __version__ = '2.7.0' | __version__ = '2.7.1.dev' | ||||||
|  |  | ||||||
|  | @ -42,7 +42,7 @@ help: | ||||||
| clean: | clean: | ||||||
| 	-rm -rf $(BUILDDIR)/* | 	-rm -rf $(BUILDDIR)/* | ||||||
| 
 | 
 | ||||||
| SITETARGET=latest | SITETARGET=dev | ||||||
| 
 | 
 | ||||||
| install: html | install: html | ||||||
| 	 # for access talk to someone with login rights to | 	 # for access talk to someone with login rights to | ||||||
|  |  | ||||||
|  | @ -18,7 +18,7 @@ | ||||||
| # The full version, including alpha/beta/rc tags. | # The full version, including alpha/beta/rc tags. | ||||||
| # The short X.Y version. | # The short X.Y version. | ||||||
| version = "2.7" | version = "2.7" | ||||||
| release = "2.7.0" | release = "2.7.1.dev" | ||||||
| 
 | 
 | ||||||
| import sys, os | import sys, os | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
							
								
								
									
										2
									
								
								setup.py
								
								
								
								
							
							
						
						
									
										2
									
								
								setup.py
								
								
								
								
							|  | @ -28,7 +28,7 @@ def main(): | ||||||
|         name='pytest', |         name='pytest', | ||||||
|         description='pytest: simple powerful testing with Python', |         description='pytest: simple powerful testing with Python', | ||||||
|         long_description=long_description, |         long_description=long_description, | ||||||
|         version='2.7.0', |         version='2.7.1.dev', | ||||||
|         url='http://pytest.org', |         url='http://pytest.org', | ||||||
|         license='MIT license', |         license='MIT license', | ||||||
|         platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'], |         platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'], | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue