Skip to content

Commit 59455fd

Browse files
committed
1.6 version release
1 parent 88a4a49 commit 59455fd

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ forex-python
1919

2020
Forex 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

2424
Features of Forex Python:
2525
---------

docs/source/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,17 +51,17 @@
5151

5252
# General information about the project.
5353
project = u'forex-python'
54-
copyright = u'2019, MicroPyramid Informatics Pvt. Ltd.'
54+
copyright = u'2021, MicroPyramid Informatics Pvt. Ltd.'
5555
author = 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.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import os
33
from setuptools import setup, find_packages
44

5-
VERSION = '1.5'
5+
VERSION = '1.6'
66
long_description_text = """Forex Python is a Free Foreign exchange rates and currency conversion.
77
Features:
88
List all currency rates.

0 commit comments

Comments
 (0)