File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ All notable changes to htmltools for Python will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.5.3]  2024-07-18 
9+ 
10+ *  HTML tags in docstrings are now escaped. (#90  )
11+ 
812## [ 0.5.2]  2024-05-23 
913
1014*  The ` HTMLDependency.copy() `  method can now correctly copy folders in depenendencies that both include directories and have ` all_files=True ` . (#87  )
Original file line number Diff line number Diff line change 1- __version__  =  "0.5.2 " 
1+ __version__  =  "0.5.3 " 
22
33from  . import  svg , tags 
44from  ._core  import  TagAttrArg   # pyright: ignore[reportUnusedImport]  # noqa: F401 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments