We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbc05fe commit b2d486eCopy full SHA for b2d486e
3 files changed
MANIFEST.in
@@ -1,7 +1,3 @@
1
include LICENSE
2
include bitrix24
3
-<<<<<<< HEAD
4
-include README.rst
5
-=======
6
include README.md
7
->>>>>>> a4dbdba3abc7bbb6024b32a1383cf6d7552a94c4
bitrix24/__init__.py
@@ -21,7 +21,7 @@
21
Copyright (c) 2019 by Akop Kesheshyan.
22
"""
23
24
-__version__ = '1.0.0'
+__version__ = '1.1.0'
25
__author__ = 'Akop Kesheshyan <akop.kesheshyan@icloud.com>'
26
__license__ = 'MIT'
27
__copyright__ = 'Copyright 2019 Akop Kesheshyan'
setup.py
@@ -25,7 +25,7 @@
setup(
name='bitrix24-rest',
28
- version='1.0.0',
+ version='1.1.0',
29
install_requires=['requests'],
30
packages=find_packages(),
31
url='https://github.com/akopkesheshyan/bitrix24-python-rest',
0 commit comments