Skip to content

Commit 38ea363

Browse files
committed
bump up version to 1.6
1 parent 452fa31 commit 38ea363

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Geocode various geographical entities including postcodes and LLSOAs. Reverse-geocode to LLSOA or GSP/GNode.
44

5-
*Latest Version: 1.5*
5+
*Latest Version: 1.6*
66

77
## What is this repository for?
88

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
author = "Jamie Taylor"
2424

2525
# The full version, including alpha/beta/rc tags
26-
release = "1.5"
26+
release = "1.6"
2727

2828

2929
# -- General configuration ---------------------------------------------------

geocode/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.5"
1+
__version__ = "1.6"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# Versions should comply with PEP440. For a discussion on single-sourcing
2525
# the version across setup.py and the project code, see
2626
# https://packaging.python.org/en/latest/single_source_version.html
27-
version="1.5",
27+
version="1.6",
2828
description="Geocode postcodes, addresses or LLSOA using the Code Point Open database and GMaps API.",
2929
long_description=long_description.replace("\r", ""),
3030
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)