File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 1.2.18
2
+ current_version = 1.2.19
3
3
commit = True
4
4
tag = True
5
5
Original file line number Diff line number Diff line change 62
62
# built documents.
63
63
#
64
64
# The short X.Y version.
65
- version = u'1.2.18 '
65
+ version = u'1.2.19 '
66
66
# The full version, including alpha/beta/rc tags.
67
- release = u'1.2.18 '
67
+ release = u'1.2.19 '
68
68
69
69
# The language for content autogenerated by Sphinx. Refer to documentation
70
70
# for a list of supported languages.
Original file line number Diff line number Diff line change 2
2
3
3
4
4
setup (name = 'rocket-python' ,
5
- version = '1.2.18 ' ,
5
+ version = '1.2.19 ' ,
6
6
description = "RocketChat API with Python" ,
7
7
long_description = open ("README.md" , "r" ).read (),
8
8
long_description_content_type = 'text/markdown' ,
You can’t perform that action at this time.
0 commit comments