Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
DJ2LS committed Sep 30, 2024
1 parent dace465 commit be115ad
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion freedata_gui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "FreeDATA",
"version": "0.16.6-alpha",
"version": "0.16.7-alpha",
"description": "FreeDATA Client application for connecting to FreeDATA server",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion freedata_server/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
CONFIG_ENV_VAR = 'FREEDATA_CONFIG'
DEFAULT_CONFIG_FILE = 'config.ini'

MODEM_VERSION = "0.16.6-alpha"
MODEM_VERSION = "0.16.7-alpha"

API_VERSION = 3
LICENSE = 'GPL3.0'
Expand Down
4 changes: 2 additions & 2 deletions freedata_server/stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@

log = structlog.get_logger("stats")

# we have to move the modem version, its a duplicate
MODEM_VERSION = "0.16.5-alpha"
# TODO: we have to move the modem version, its a duplicate

Check notice on line 15 in freedata_server/stats.py

View check run for this annotation

codefactor.io / CodeFactor

freedata_server/stats.py#L15

Unresolved comment '# TODO: we have to move the modem version, its a duplicate'. (C100)
MODEM_VERSION = "0.16.7-alpha"


class stats():
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name='freedata',
version='0.16.6a1',
version='0.16.7',
packages=find_packages(where='.'),
package_dir={'': '.'},
install_requires=required,
Expand Down

0 comments on commit be115ad

Please sign in to comment.