Skip to content

Commit a6fd866

Browse files
1.6.0
1 parent 23e35ec commit a6fd866

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGES.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
1.6.0 (2019-06-27)
2+
==================
3+
4+
* В метод ``CloudPayments.charge_card`` добавлено поле ``service_fee``.
5+
* Прекращена поддержка Python 2.6 и Python 3.3
6+
7+
18
1.5.1 (2019-01-26)
29
==================
310

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup
44
from io import open
55

6-
VERSION = '1.5.1'
6+
VERSION = '1.6.0'
77

88
long_description = open('README.rst', 'rt', encoding='utf8').read()
99

0 commit comments

Comments
 (0)