Skip to content

Commit

Permalink
Merge pull request #6 from asafpelegcodes/asaf/fixCreateStagingIssue
Browse files Browse the repository at this point in the history
updating readme and version # for new changes
  • Loading branch information
asafpelegcodes committed May 9, 2016
2 parents 0b87b7e + b1840c4 commit d2b8a82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ Query a SQLite table using a query file and write the results to a CSV with NULL

Changelog
---------
- 0.4.9: Deleting staging table prior to creating it to ensure that function does not fail for that reason.
- 0.4.8: Pinning requirement and "extras" requirements to specific versions where applicable
- 0.4.7: When a new staging table is created with the postgres db, grants are copied over as well
- 0.4.6: Making version number read from all dbio/__init__.py so it doesn't need to copied and pasted everywhere.
Expand Down
2 changes: 1 addition & 1 deletion dbio/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from io import load, query, replicate, replicate_no_fifo

__all__ = ['io', 'databases']
__version__ = '0.4.8'
__version__ = '0.4.9'

0 comments on commit d2b8a82

Please sign in to comment.