1
0
Fork 0
mirror of https://github.com/fastogt/pyfastogt synced 2025-03-09 23:38:55 +00:00

Release 1.2.0

This commit is contained in:
topilski 2020-12-07 08:47:43 -05:00
parent 4578222d7e
commit 2a8866823b
3 changed files with 6 additions and 3 deletions

4
CHANGELOG Normal file
View file

@ -0,0 +1,4 @@
1.2.0 / December 7, 2020
[Alexandr Topilski]
- First stable release

View file

@ -1,3 +1,3 @@
VERSION = (1, 0, 0)
VERSION = (1, 2, 0)
__version__ = '.'.join(map(str, VERSION))

View file

@ -10,7 +10,6 @@ import sys
from shutil import rmtree
from setuptools import find_packages, setup, Command
from setuptools.command.install import install
# Package meta-data.
NAME = 'pyfastogt'
@ -19,7 +18,7 @@ URL = 'https://github.com/fastogt/pyfastogt'
EMAIL = 'support@fastogt.com'
AUTHOR = 'Alexandr Topilski'
REQUIRES_PYTHON = '>=3.0.0'
VERSION = '1.1.0'
VERSION = '1.2.0'
# What packages are required for this module to be executed?
REQUIRED = [