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
7c9e9d28
Verified
Commit
7c9e9d28
authored
Mar 01, 2022
by
Fabio Manganiello
Browse files
Bump version: 0.23.0 → 0.23.1
parent
19a1e9c6
Pipeline
#162
passed with stages
in 1 minute and 31 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
platypush/__init__.py
View file @
7c9e9d28
...
...
@@ -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.23.
0
'
__version__
=
'0.23.
1
'
logger
=
logging
.
getLogger
(
'platypush'
)
...
...
setup.cfg
View file @
7c9e9d28
[bumpversion]
current_version = 0.23.
0
current_version = 0.23.
1
commit = True
tag = True
...
...
setup.py
View file @
7c9e9d28
...
...
@@ -28,7 +28,7 @@ backend = pkg_files('platypush/backend')
setup
(
name
=
"platypush"
,
version
=
"0.23.
0
"
,
version
=
"0.23.
1
"
,
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