File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ forex-python
19
19
20
20
Forex Python is a Free Foreign exchange rates and currency conversion.
21
21
22
- **Note: Install latest forex-python==1.5 to avoid RatesNotAvailableError **
22
+ **Note: Install latest forex-python==1.6 to avoid RatesNotAvailableError **
23
23
24
24
Features of Forex Python:
25
25
---------
Original file line number Diff line number Diff line change 51
51
52
52
# General information about the project.
53
53
project = u'forex-python'
54
- copyright = u'2019 , MicroPyramid Informatics Pvt. Ltd.'
54
+ copyright = u'2021 , MicroPyramid Informatics Pvt. Ltd.'
55
55
author = u'MicroPyramid Informatics Pvt. Ltd.'
56
56
57
57
# The version info for the project you're documenting, acts as replacement for
58
58
# |version| and |release|, also used in various other places throughout the
59
59
# built documents.
60
60
#
61
61
# The short X.Y version.
62
- version = u'1.2 '
62
+ version = u'1.6 '
63
63
# The full version, including alpha/beta/rc tags.
64
- release = u'1.2 '
64
+ release = u'1.6 '
65
65
66
66
# The language for content autogenerated by Sphinx. Refer to documentation
67
67
# for a list of supported languages.
Original file line number Diff line number Diff line change 2
2
import os
3
3
from setuptools import setup , find_packages
4
4
5
- VERSION = '1.5 '
5
+ VERSION = '1.6 '
6
6
long_description_text = """Forex Python is a Free Foreign exchange rates and currency conversion.
7
7
Features:
8
8
List all currency rates.
You can’t perform that action at this time.
0 commit comments