Skip to content

Commit e347d8f

Browse files
committed
release 3.22: bump version and release date
1 parent b3e395d commit e347d8f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
3.22.0
22
======
3-
UNRELEASED
3+
February 26, 2020
44

55
Features
66
--------

cassandra/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def emit(self, record):
2222

2323
logging.getLogger('cassandra').addHandler(NullHandler())
2424

25-
__version_info__ = (3, 21, 0, 'post0+20200128')
25+
__version_info__ = (3, 22, 0)
2626
__version__ = '.'.join(map(str, __version_info__))
2727

2828

docs/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ To check if the installation was successful, you can run::
2626

2727
python -c 'import cassandra; print cassandra.__version__'
2828

29-
It should print something like "3.21.0".
29+
It should print something like "3.22.0".
3030

3131
.. _installation-datastax-graph:
3232

0 commit comments

Comments
 (0)