We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23e35ec commit a6fd866Copy full SHA for a6fd866
2 files changed
CHANGES.rst
@@ -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
8
1.5.1 (2019-01-26)
9
==================
10
setup.py
@@ -3,7 +3,7 @@
from setuptools import setup
from io import open
-VERSION = '1.5.1'
+VERSION = '1.6.0'
long_description = open('README.rst', 'rt', encoding='utf8').read()
0 commit comments