File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,15 @@ Change Log
1010View release history on `PyPI  <https://pypi.org/project/sequencing/#history >`_
1111or `GitHub  <https://github.com/sequencing-dev/sequencing/releases >`_.
1212
13+ Version 1.1.4
14+ ------------- 
15+ 
16+ Release date: 2021-06-22.
17+ 
18+ **Bug fixes **
19+     - Fix a bug that prevented sequences with dynamic collapse operators (``CTerms ``) from compiling.
20+     - Add a unit test for the above feature.
21+   
1322Version 1.1.3
1423------------- 
1524
Original file line number Diff line number Diff line change 66#    This source code is licensed under the BSD-style license found in the 
77#    LICENSE file in the root directory of this source tree. 
88
9- __version_info__  =  (1 , 1 , 3 )
9+ __version_info__  =  (1 , 1 , 4 )
1010__version__  =  "." .join (map (str , __version_info__ ))
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments