Skip to content

Commit c5d138e

Browse files
Version bumped to 1.2.2
1 parent d33c078 commit c5d138e

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## CHANGELOG
22

3+
### v1.2.2 (2016-11-28)
4+
5+
**Fixes**
6+
7+
* Fix DealsService create() & update() to work when no 'value' field is provided [#15](https://github.com/basecrm/basecrm-python/pull/15)
8+
39
### v1.2.1 (2016-11-02)
410

511
**Fixes**

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.1
1+
1.2.2

basecrm/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""
22
Current client version.
33
"""
4-
VERSION = '1.2.1'
4+
VERSION = '1.2.2'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name='basecrm',
12-
version='1.2.1',
12+
version='1.2.2',
1313
description='BaseCRM Official API V2 library client for Python',
1414
long_description=README,
1515
author='BaseCRM developers',

0 commit comments

Comments
 (0)