From 1fe141dfb608c072d8ace2ae60e9781d751f8f35 Mon Sep 17 00:00:00 2001 From: baybars Date: Thu, 2 Jan 2020 10:05:28 +0300 Subject: [PATCH] :bookmark: Bump the version t_system 0.9.83 -> 0.9.835 remote_ui 1.2.6 -> 1.2.7 --- README.md | 2 +- docs/source/conf.py | 2 +- setup.py | 2 +- t_system/__init__.py | 2 +- t_system/remote_ui/__init__.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 05ea08d79..c77c1e2ca 100644 --- a/README.md +++ b/README.md @@ -171,7 +171,7 @@ Portable usage interface v0.6 #### Remote UI -The remotely controlling interface v1.2.6 +The remotely controlling interface v1.2.7 - Properties - diff --git a/docs/source/conf.py b/docs/source/conf.py index 89829bb71..88c6c8f6d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -31,7 +31,7 @@ # The short X.Y version version = '0.9' # The full version, including alpha/beta/rc tags -release = '0.9.83' +release = '0.9.835' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index a4efa2290..95e5a0d5e 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ # Versions should comply with PEP440. For a discussion on single-sourcing # the version across setup.py and the project code, see # https://packaging.python.org/en/latest/single_source_version.html - version='0.9.83', + version='0.9.835', description='t_system is an open source moving target locking system project via raspberry Pi embedded computer', long_description=long_description, long_description_content_type='text/markdown', diff --git a/t_system/__init__.py b/t_system/__init__.py index ba6c85349..33e86d42e 100644 --- a/t_system/__init__.py +++ b/t_system/__init__.py @@ -37,4 +37,4 @@ __author__ = 'Cem Baybars GÜÇLÜ' __email__ = 'cem.baybars@gmail.com' -__version__ = '0.9.83' +__version__ = '0.9.835' diff --git a/t_system/remote_ui/__init__.py b/t_system/remote_ui/__init__.py index 9ce9c9632..4caf322a6 100644 --- a/t_system/remote_ui/__init__.py +++ b/t_system/remote_ui/__init__.py @@ -9,4 +9,4 @@ .. moduleauthor:: Cem Baybars GÜÇLÜ """ -__version__ = '1.2.6' +__version__ = '1.2.7'