File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file.
33The format is based on `Keep a Changelog  <https://keepachangelog.com/en/1.0.0/ >`_,
44and this project adheres to `Semantic Versioning  <https://semver.org/spec/v2.0.0.html >`_.
55
6+ [0.1.6] - 2025-04-03
7+ ==================== 
8+ 
9+ Added
10+ ***** 
11+ 
12+ - Support for python 3.13
13+ 
14+ Removed
15+ ******* 
16+ 
17+ - Stop supporting python 3.8
18+ 
619[0.1.5] - 2024-08-30
720==================== 
821
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name  = " slapd" 
7- version  = " 0.1.5 " 
7+ version  = " 0.1.6 " 
88description  = " Controls a slapd process in a pythonic way" 
99license  = " MIT" 
1010keywords  = [" ldap"  , " slapd"  ]
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments