Skip to content
This repository has been archived by the owner on Aug 4, 2020. It is now read-only.

Commit

Permalink
Update changelog, bump version to 1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thobbs committed Jan 7, 2015
1 parent 268bfd4 commit 6ef8710
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGES
@@ -1,3 +1,14 @@
Changes in Version 1.11.1

Features:

* Add describe_token_map() to SystemManager

Miscellaneous:

* Add TimestampType alias for DateType
* Match Cassandra's sorting of TimeUUIDs in stubs

Changes in Version 1.11.0

Features:
Expand Down
13 changes: 13 additions & 0 deletions doc/changelog.rst
@@ -1,6 +1,19 @@
Changelog
=========

Changes in Version 1.11.1
-------------------------

Features
~~~~~~~~
- Add describe_token_map() to SystemManager

Miscellaneous
~~~~~~~~~~~~~
- Add TimestampType alias for DateType
- Match Cassandra's sorting of TimeUUIDs in stubs


Changes in Version 1.11.0
-------------------------

Expand Down
2 changes: 1 addition & 1 deletion pycassa/__init__.py
Expand Up @@ -10,5 +10,5 @@

from pycassa.logging.pycassa_logger import *

__version_info__ = (1, 11, 0, 'post')
__version_info__ = (1, 11, 1)
__version__ = '.'.join(map(str, __version_info__))
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -23,7 +23,7 @@

from distutils.cmd import Command

__version__ = "1.11.0.post"
__version__ = "1.11.1"

long_description = """pycassa is a python client library for Apache Cassandra with the following features:
Expand Down

0 comments on commit 6ef8710

Please sign in to comment.