File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG  
22
3+ ## v8.2.1 (2023-10-30)  
4+ 
5+ -  Fixes a bug where ` get_next_page `  functions threw an error, preventing users from retrieving the final page of results
6+ 
37## v8.2.0 (2023-10-11)  
48
59-  Add dedicated API Key-related service, available via the ` api_keys `  property of a client
Original file line number Diff line number Diff line change 11# flake8: noqa 
22# Library version 
3- VERSION  =  "8.2.0 " 
3+ VERSION  =  "8.2.1 " 
44VERSION_INFO  =  [str (number ) for  number  in  VERSION .split ("." )]
55
66# Client defaults 
Original file line number Diff line number Diff line change 3232
3333setup (
3434    name = "easypost" ,
35-     version = "8.2.0 " ,
35+     version = "8.2.1 " ,
3636    description = "EasyPost Shipping API Client Library for Python" ,
3737    author = "EasyPost" ,
3838    author_email = "support@easypost.com" ,
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments