File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -22,15 +22,15 @@ version of STIX.
2222============ =================== 
2323STIX Version python-stix Version
2424============ =================== 
25- 1.2          1.2.0.7   (`PyPI `__) (`GitHub `__)
25+ 1.2          1.2.0.8   (`PyPI `__) (`GitHub `__)
26261.1.1        1.1.1.15 (`PyPI `__) (`GitHub `__)
27271.1.0        1.1.0.6  (`PyPI `__) (`GitHub `__)
28281.0.1        1.0.1.1  (`PyPI `__) (`GitHub `__)
29291.0          1.0.0a7  (`PyPI `__) (`GitHub `__)
3030============ =================== 
3131
32- __  https://pypi.python.org/pypi/stix/1.2.0.7  
33- __  https://github.com/STIXProject/python-stix/tree/v1.2.0.7  
32+ __  https://pypi.python.org/pypi/stix/1.2.0.8  
33+ __  https://github.com/STIXProject/python-stix/tree/v1.2.0.8  
3434__  https://pypi.python.org/pypi/stix/1.1.1.15 
3535__  https://github.com/STIXProject/python-stix/tree/v1.1.1.15 
3636__  https://pypi.python.org/pypi/stix/1.1.0.6 
Original file line number Diff line number Diff line change 11[bumpversion] 
2- current_version  = 1.2.0.7 
2+ current_version  = 1.2.0.8 
33parse  = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+).(?P<revision>\d+)
44serialize  = {major}.{minor}.{patch}.{revision}
55commit  = True
@@ -11,3 +11,4 @@ tag = True
1111
1212[bdist_wheel] 
1313universal  = True
14+ 
Original file line number Diff line number Diff line change 11# Copyright (c) 2017, The MITRE Corporation. All rights reserved. 
22# See LICENSE.txt for complete terms. 
33
4- __version__  =  "1.2.0.7 " 
4+ __version__  =  "1.2.0.8 " 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments