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
a2f57554
Commit
a2f57554
authored
Sep 16, 2021
by
Fabio Manganiello
Browse files
Bump version: 0.21.4 → 0.22.0
parent
fa11b136
Changes
3
Hide whitespace changes
Inline
Side-by-side
platypush/__init__.py
View file @
a2f57554
...
...
@@ -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.2
1.4
'
__version__
=
'0.2
2.0
'
logger
=
logging
.
getLogger
(
'platypush'
)
...
...
setup.cfg
View file @
a2f57554
[bumpversion]
current_version = 0.2
1.4
current_version = 0.2
2.0
commit = True
tag = True
...
...
setup.py
View file @
a2f57554
...
...
@@ -28,7 +28,7 @@ backend = pkg_files('platypush/backend')
setup
(
name
=
"platypush"
,
version
=
"0.2
1.4
"
,
version
=
"0.2
2.0
"
,
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