Skip to content

Commit 49239cb

Browse files
committed
Updated version to 1.6.1 in preparation for a signed release on Github
1 parent 67a0e96 commit 49239cb

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

ChangeLog.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# CHANGELOG
22

3+
## 1.6.1 - 2018-05-02
4+
### Changed
5+
- Updated Travis CI configuration
6+
7+
### Added
8+
- requirements-dev.txt
9+
310
## 1.6 - 2018-02-22
411
### Changed
512
- Added api_key parameter to GoogleGeocoder __init__ method. Idea from wpietruszewski https://github.com/sffjunkie/astral/pull/12

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def read_contents(*names, **kwargs):
1919
long_description = description
2020

2121
setup(name='astral',
22-
version='1.6',
22+
version='1.6.1',
2323
description=description,
2424
long_description=long_description,
2525
author='Simon Kennedy',

src/astral.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
'AstralGeocoder', 'GoogleGeocoder',
117117
'AstralError']
118118

119-
__version__ = "1.6"
119+
__version__ = "1.6.1"
120120
__author__ = "Simon Kennedy <[email protected]>"
121121

122122
SUN_RISING = 1

src/doc/index.rst

+2
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,8 @@ Version History
329329
======== =======================================================================
330330
Version Description
331331
======== =======================================================================
332+
1.6.1 * Updates for Travis CI integration / Github signed release.
333+
-------- -----------------------------------------------------------------------
332334
1.6 * Added api_key parameter to the GoogleGeocoder :meth:`__init__` method
333335
-------- -----------------------------------------------------------------------
334336
1.5 * Added parameter `rtype` to :meth:`moon_phase` to determine the

0 commit comments

Comments
 (0)