Bump version to 2.1.0
This commit is contained in:
		
							
								
								
									
										21
									
								
								NEWS.md
									
									
									
									
									
								
							
							
						
						
									
										21
									
								
								NEWS.md
									
									
									
									
									
								
							@@ -1,25 +1,8 @@
 | 
				
			|||||||
News
 | 
					News
 | 
				
			||||||
====
 | 
					====
 | 
				
			||||||
 | 
					
 | 
				
			||||||
2.1.0rc3
 | 
					2.1.0 - Wild Radish
 | 
				
			||||||
--------
 | 
					-------------------
 | 
				
			||||||
 | 
					 | 
				
			||||||
This release is compatible with version 2.0.0.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
* Include VObject version in item cache hash
 | 
					 | 
				
			||||||
* Improve logging of client timeouts
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
2.1.0rc2
 | 
					 | 
				
			||||||
--------
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
This release is compatible with version 2.0.0.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
* Allow extra configuration options, when external plugins are used.
 | 
					 | 
				
			||||||
* Add request method and path to exceptions that happen during requests.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
2.1.0rc1
 | 
					 | 
				
			||||||
--------
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
This release is compatible with version 2.0.0.
 | 
					This release is compatible with version 2.0.0.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -52,7 +52,7 @@ import vobject
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
from . import auth, rights, storage, web, xmlutils
 | 
					from . import auth, rights, storage, web, xmlutils
 | 
				
			||||||
 | 
					
 | 
				
			||||||
VERSION = "2.1.0rc3"
 | 
					VERSION = "2.1.0"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
NOT_ALLOWED = (
 | 
					NOT_ALLOWED = (
 | 
				
			||||||
    client.FORBIDDEN, (("Content-Type", "text/plain"),),
 | 
					    client.FORBIDDEN, (("Content-Type", "text/plain"),),
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user