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
1919
2020Forex Python is a Free Foreign exchange rates and currency conversion.
2121
22- **Note: Install latest forex-python==1.5 to avoid RatesNotAvailableError **
22+ **Note: Install latest forex-python==1.6 to avoid RatesNotAvailableError **
2323
2424Features of Forex Python:
2525---------
Original file line number Diff line number Diff line change 5151
5252# General information about the project.
5353project = u'forex-python'
54- copyright = u'2019 , MicroPyramid Informatics Pvt. Ltd.'
54+ copyright = u'2021 , MicroPyramid Informatics Pvt. Ltd.'
5555author = u'MicroPyramid Informatics Pvt. Ltd.'
5656
5757# The version info for the project you're documenting, acts as replacement for
5858# |version| and |release|, also used in various other places throughout the
5959# built documents.
6060#
6161# The short X.Y version.
62- version = u'1.2 '
62+ version = u'1.6 '
6363# The full version, including alpha/beta/rc tags.
64- release = u'1.2 '
64+ release = u'1.6 '
6565
6666# The language for content autogenerated by Sphinx. Refer to documentation
6767# for a list of supported languages.
Original file line number Diff line number Diff line change 22import os
33from setuptools import setup , find_packages
44
5- VERSION = '1.5 '
5+ VERSION = '1.6 '
66long_description_text = """Forex Python is a Free Foreign exchange rates and currency conversion.
77Features:
88List all currency rates.
You can’t perform that action at this time.
0 commit comments