Skip to content

Commit 51f53ff

Browse files
authored
Merge pull request aws#4 from olafgrette/main
Fix changelog and bump version for new release
2 parents af5c294 + 6fe2e7e commit 51f53ff

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG
22

3-
## [4.0.0] - 2020-08-XX
3+
## [4.0.2] - 2020-10-30
44

5-
Initial Release
5+
* Fix Readme and Changelog
6+
* Fix Python2 Compatibility
7+
8+
## [4.0.0] - 2020-10-15
9+
10+
* Initial Release

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# IMPORTANT: Latest Version
22

3-
The current version is 4.0.0. Please see the [changelog](./CHANGELOG.md) for details on version history.
3+
The current version is 4.0.2. Please see the [changelog](./CHANGELOG.md) for details on version history.
44

55
# What
66

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
setup(
2525
name='cassandra-sigv4',
26-
version='4.0.0',
26+
version='4.0.2',
2727
description='Implements a sigv4 authentication plugin for the open-source Datastax Python Driver for Apache Cassandra',
2828
long_description=long_description,
2929
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)