Cutting release
This commit is contained in:
		
							parent
							
								
									c7f0e1e4fb
								
							
						
					
					
						commit
						183d374431
					
				| 
						 | 
					@ -2,6 +2,10 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### Unreleased
 | 
					### Unreleased
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					N/A
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### v0.2.0 (2012-01-21)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#### Features
 | 
					#### Features
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- Added support for python 3.8. 
 | 
					- Added support for python 3.8. 
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -54,7 +54,7 @@ import urllib.parse
 | 
				
			||||||
if sys.version_info < (3, 7):
 | 
					if sys.version_info < (3, 7):
 | 
				
			||||||
    sys.exit("Fatal Error: jetforce requires Python 3.7+")
 | 
					    sys.exit("Fatal Error: jetforce requires Python 3.7+")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
__version__ = "0.1.0"
 | 
					__version__ = "0.2.0"
 | 
				
			||||||
__title__ = "Jetforce Gemini Server"
 | 
					__title__ = "Jetforce Gemini Server"
 | 
				
			||||||
__author__ = "Michael Lazar"
 | 
					__author__ = "Michael Lazar"
 | 
				
			||||||
__license__ = "Floodgap Free Software License"
 | 
					__license__ = "Floodgap Free Software License"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										2
									
								
								setup.py
								
								
								
								
							
							
						
						
									
										2
									
								
								setup.py
								
								
								
								
							| 
						 | 
					@ -10,7 +10,7 @@ def long_description():
 | 
				
			||||||
 | 
					
 | 
				
			||||||
setuptools.setup(
 | 
					setuptools.setup(
 | 
				
			||||||
    name="Jetforce",
 | 
					    name="Jetforce",
 | 
				
			||||||
    version="0.1.0",
 | 
					    version="0.2.0",
 | 
				
			||||||
    url="https://github.com/michael-lazar/jetforce",
 | 
					    url="https://github.com/michael-lazar/jetforce",
 | 
				
			||||||
    license="Other/Proprietary License",
 | 
					    license="Other/Proprietary License",
 | 
				
			||||||
    author="Michael Lazar",
 | 
					    author="Michael Lazar",
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue