Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Platypush
platypush
Commits
0e7cb40e
Commit
0e7cb40e
authored
Oct 01, 2021
by
Fabio Manganiello
Browse files
Bump version: 0.22.2 → 0.22.3
parent
381c650c
Pipeline
#68
passed with stages
in 1 minute and 2 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
platypush/__init__.py
View file @
0e7cb40e
...
...
@@ -23,7 +23,7 @@ from .message.response import Response
from
.utils
import
set_thread_name
,
get_enabled_plugins
__author__
=
'Fabio Manganiello <info@fabiomanganiello.com>'
__version__
=
'0.22.
2
'
__version__
=
'0.22.
3
'
logger
=
logging
.
getLogger
(
'platypush'
)
...
...
setup.cfg
View file @
0e7cb40e
[bumpversion]
current_version = 0.22.
2
current_version = 0.22.
3
commit = True
tag = True
...
...
setup.py
View file @
0e7cb40e
...
...
@@ -28,7 +28,7 @@ backend = pkg_files('platypush/backend')
setup
(
name
=
"platypush"
,
version
=
"0.22.
2
"
,
version
=
"0.22.
3
"
,
author
=
"Fabio Manganiello"
,
author_email
=
"info@fabiomanganiello.com"
,
description
=
"Platypush service"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment