Skip to content

Commit

Permalink
ready for another bug release
Browse files Browse the repository at this point in the history
  • Loading branch information
elainethale committed Jan 17, 2017
1 parent 45f8f3c commit b1bd100
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
v0.5.3, 01/17/17 -- fixing bugs related to non-standard indexes and scalars
v0.5.2, 01/12/17 -- fixing bug related to divide by zero error for reading empty symbols
v0.5.1, 01/10/17 -- fixing bug with writing dataframes without 0 in the index
fixing up dependency issues #4 and #5
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ pip install git+https://github.com/NREL/gdx-pandas.git@master
or

```bash
pip install git+https://github.com/NREL/[email protected].2
pip install git+https://github.com/NREL/[email protected].3
```

Versions are listed at https://github.com/NREL/gdx-pandas/releases.
Expand Down
2 changes: 1 addition & 1 deletion gdxpds/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
'''


__version__ = '0.5.2'
__version__ = '0.5.3'

import os
import psutil
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name = 'gdxpds',
version = "0.5.2",
version = "0.5.3",
author = 'Elaine T. Hale',
author_email = '[email protected]',
packages = ['gdxpds', 'gdxpds.test'],
Expand Down

0 comments on commit b1bd100

Please sign in to comment.