Skip to content

Commit

Permalink
Merge pull request #215 from coursera/sb_bump_version
Browse files Browse the repository at this point in the history
Bump version to 0.5.0
  • Loading branch information
sb2nov committed Jan 26, 2016
2 parents ad65dca + 25b4564 commit e8ead0d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changes in dataduct

### 0.5.0
- Cleanup commands being passed in QA steps
- Add support for postgres
- Status bar for uploading large files
- Minor bug fixes

### 0.4.0
- Support for starting database shell from dataduct cli
- Fix bug in logger configuration
Expand Down
2 changes: 1 addition & 1 deletion dataduct/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Welcome to DataDuct
"""
__version__ = '0.4.0'
__version__ = '0.5.0'
__import__('pkg_resources').declare_namespace(__name__)
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import os
import sys

version_string = '0.3.0'
version_string = '0.5.0'

# on_rtd is whether we are on readthedocs.org, this line of code grabbed from docs.readthedocs.org
on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
Expand Down

0 comments on commit e8ead0d

Please sign in to comment.