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:
parent
4578222d7e
commit
2a8866823b
3 changed files with 6 additions and 3 deletions
4
CHANGELOG
Normal file
4
CHANGELOG
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
1.2.0 / December 7, 2020
|
||||||
|
[Alexandr Topilski]
|
||||||
|
- First stable release
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
VERSION = (1, 0, 0)
|
VERSION = (1, 2, 0)
|
||||||
|
|
||||||
__version__ = '.'.join(map(str, VERSION))
|
__version__ = '.'.join(map(str, VERSION))
|
||||||
|
|
3
setup.py
3
setup.py
|
@ -10,7 +10,6 @@ import sys
|
||||||
from shutil import rmtree
|
from shutil import rmtree
|
||||||
|
|
||||||
from setuptools import find_packages, setup, Command
|
from setuptools import find_packages, setup, Command
|
||||||
from setuptools.command.install import install
|
|
||||||
|
|
||||||
# Package meta-data.
|
# Package meta-data.
|
||||||
NAME = 'pyfastogt'
|
NAME = 'pyfastogt'
|
||||||
|
@ -19,7 +18,7 @@ URL = 'https://github.com/fastogt/pyfastogt'
|
||||||
EMAIL = 'support@fastogt.com'
|
EMAIL = 'support@fastogt.com'
|
||||||
AUTHOR = 'Alexandr Topilski'
|
AUTHOR = 'Alexandr Topilski'
|
||||||
REQUIRES_PYTHON = '>=3.0.0'
|
REQUIRES_PYTHON = '>=3.0.0'
|
||||||
VERSION = '1.1.0'
|
VERSION = '1.2.0'
|
||||||
|
|
||||||
# What packages are required for this module to be executed?
|
# What packages are required for this module to be executed?
|
||||||
REQUIRED = [
|
REQUIRED = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue