Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
smnorris committed Dec 15, 2017
1 parent 0ba0324 commit 6bb4861
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ Changes

All issue numbers are relative to https://github.com/smnorris/pgdb/issues.

0.0.4 (2017-12-15)
------------------
- tests and travis-ci integration fixed
- fix #8, #9
- enable parallel loads
- enable creating databases

0.0.3 (2017-01-10)
------------------
- use only SQLAlchemy engine for connections
Expand Down
2 changes: 1 addition & 1 deletion pgdb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from pgdb.database import Database
from pgdb.table import Table

__version__ = "0.0.3"
__version__ = "0.0.4"


def connect(url=None, schema=None, sql_path='sql', multiprocessing=False):
Expand Down

0 comments on commit 6bb4861

Please sign in to comment.