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 Jan 20, 2018
1 parent 5b7e665 commit b9eddc5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ Changes

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

0.0.6 (2018-01-19)
------------------
- add bc2pg command

0.0.5 (2018-01-12)
------------------
- rename module to avoid collisions with existing pgdb on pypi
Expand Down
2 changes: 1 addition & 1 deletion pgdata/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from pgdata.database import Database
from pgdata.table import Table

__version__ = "0.0.5"
__version__ = "0.0.6"


def connect(url=None, schema=None, sql_path='sql', multiprocessing=False):
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
envlist = py27,py36

[testenv]
passenv = BCDATA_EMAIL
deps =
pytest
fiona
passenv = BCDATA_EMAIL
commands =
py.test

0 comments on commit b9eddc5

Please sign in to comment.