Skip to content

Commit

Permalink
change version to 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
emcek committed Aug 21, 2023
1 parent da50329 commit 7b00085
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![image](https://img.shields.io/badge/pypi-v2.3.0-blue.svg)](https://pypi.org/project/dcspy/)
[![image](https://img.shields.io/badge/pypi-v2.3.1-blue.svg)](https://pypi.org/project/dcspy/)
[![Python CI](https://github.com/emcek/dcspy/actions/workflows/python-ci.yml/badge.svg?branch=master)](https://github.com/emcek/dcspy/actions/workflows/python-ci.yml)
[![Coverage Status](https://coveralls.io/repos/github/emcek/dcspy/badge.svg?branch=master)](https://coveralls.io/github/emcek/dcspy?branch=master)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/5270a4fc2ba24261a3bfa7361150e8ff)](https://www.codacy.com/gh/emcek/dcspy/dashboard?utm_source=github.com&utm_medium=referral&utm_content=emcek/dcspy&utm_campaign=Badge_Grade)
Expand Down
2 changes: 1 addition & 1 deletion dcspy.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ logi_sdk = ['LogitechLCDLib.h', 'LogitechLEDLib.h']
files = [(f'dcspy/{res}', 'dcspy') for res in resources]
headers = [(f'dcspy/sdk/{head}', 'dcspy/sdk') for head in logi_sdk]
gui_packages = collect_data_files('customtkinter') + collect_data_files('CTkMessagebox')
__version__ = '2.3.0'
__version__ = '2.3.1'
block_cipher = None


Expand Down
2 changes: 1 addition & 1 deletion dcspy/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from dcspy.utils import check_dcs_ver

LOG = getLogger(__name__)
__version__ = '2.3.0'
__version__ = '2.3.1'


def run() -> None:
Expand Down
2 changes: 1 addition & 1 deletion dcspy/starter.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

LOG = getLogger(__name__)
LOOP_FLAG = True
__version__ = '2.3.0'
__version__ = '2.3.1'


def _handle_connection(logi_keyboard: LogitechKeyboard, parser: ProtocolParser, sock: socket.socket, ver_string: str, event: Event) -> None:
Expand Down
2 changes: 1 addition & 1 deletion dcspy/tk_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
is_git_exec_present, proc_is_running, run_pip_command,
save_cfg)

__version__ = '2.3.0'
__version__ = '2.3.1'
LOG = getLogger(__name__)


Expand Down
2 changes: 1 addition & 1 deletion dcspy/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
pass

LOG = getLogger(__name__)
__version__ = '2.3.0'
__version__ = '2.3.1'
ConfigDict = Dict[str, Union[str, int, bool]]
defaults_cfg: ConfigDict = {
'dcsbios': f'D:\\Users\\{environ.get("USERNAME", "UNKNOWN")}\\Saved Games\\DCS.openbeta\\Scripts\\DCS-BIOS',
Expand Down
2 changes: 1 addition & 1 deletion dcspy_cli.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ logi_sdk = ['LogitechLCDLib.h', 'LogitechLEDLib.h']
files = [(f'dcspy/{res}', 'dcspy') for res in resources]
headers = [(f'dcspy/sdk/{head}', 'dcspy/sdk') for head in logi_sdk]
gui_packages = collect_data_files('customtkinter') + collect_data_files('CTkMessagebox')
__version__ = '2.3.0'
__version__ = '2.3.1'
block_cipher = None


Expand Down
2 changes: 1 addition & 1 deletion dcspy_onedir.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ logi_sdk = ['LogitechLCDLib.h', 'LogitechLEDLib.h']
files = [(f'dcspy/{res}', 'dcspy') for res in resources]
headers = [(f'dcspy/sdk/{head}', 'dcspy/sdk') for head in logi_sdk]
gui_packages = collect_data_files('customtkinter') + collect_data_files('CTkMessagebox')
__version__ = '2.3.0'
__version__ = '2.3.1'
block_cipher = None


Expand Down

0 comments on commit 7b00085

Please sign in to comment.