Skip to content

Commit 3ab5dc8

Browse files
committed
Update changelog, bump version to 1.0.0b5
1 parent decd31d commit 3ab5dc8

2 files changed

Lines changed: 24 additions & 1 deletion

File tree

CHANGELOG.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
1.0.0b5
2+
========
3+
Oct 10, 2013
4+
5+
Features
6+
--------
7+
* SSL support
8+
9+
Bug Fixes
10+
---------
11+
* Avoid KeyError when building replica map for NetworkTopologyStrategy
12+
* Work around python bug which causes deadlock when a thread imports
13+
the utf8 module
14+
* Handle no blist library, which is not compatible with pypy
15+
* Avoid deadlock triggered by a keyspace being set on a connection (which
16+
may happen automatically for new connections)
17+
18+
Other
19+
-----
20+
* Switch packaging from Distribute to setuptools, improved C extension
21+
support
22+
* Use PEP 386 compliant beta and post-release versions
23+
124
1.0.0-beta4
225
===========
326
Sep 24, 2013

cassandra/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version_info__ = (1, 0, '0b4', 'post')
1+
__version_info__ = (1, 0, '0b5')
22
__version__ = '.'.join(map(str, __version_info__))
33

44

0 commit comments

Comments
 (0)