Skip to content

Commit 786d619

Browse files
committed
release: bump version, update CHANGELOG.
1 parent 54b986d commit 786d619

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.rst

+6-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ to `semantic versioning`_.
99
.. _Keep a Changelog: http://keepachangelog.com/
1010
.. _semantic versioning: http://semver.org/
1111

12-
[v2.0.0c1] - 2017-10-20 (Friday)
12+
[v2.0.0c2] - 2017-10-20 (Friday)
1313
--------------------------------
1414

1515
**Release candidate.** Not recommended for production use.
@@ -28,6 +28,11 @@ Migration instructions
2828
as a means of re-using an existing ``krakenex.Connection`` object.
2929
As above, modify ``krakenex.API.session`` if needed.
3030

31+
[v2.0.0c1] - 2017-10-20 (Friday)
32+
--------------------------------
33+
34+
**Yanked** due to clean-room ``pip`` installation failing.
35+
3136
[v2.0.0a1] - 2017-09-21 (Thursday)
3237
----------------------------------
3338

krakenex/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
2323
"""
2424

25-
__version__ = '2.0.0c1'
25+
__version__ = '2.0.0c2'
2626
__url__ = 'https://github.com/veox/python3-krakenex'

0 commit comments

Comments
 (0)