Skip to content

Commit

Permalink
Prepare for 0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
scottwernervt committed May 24, 2017
1 parent 12597dc commit 51ae832
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
Changelog
---------

0.3 (2017-05-24)
++++++++++++++++

* Fixes #6: Add kwargs to each driver's init method.

0.2 (2017-04-21)
++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion cloudstorage/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
]

__title__ = 'Cloud Storage'
__version__ = '0.2'
__version__ = '0.3'
__author__ = 'Scott Werner'
__license__ = 'MIT'
__copyright__ = 'Copyright 2017 Scott Werner'
Expand Down

0 comments on commit 51ae832

Please sign in to comment.