Skip to content

Commit

Permalink
Ready for debug release.
Browse files Browse the repository at this point in the history
  • Loading branch information
elainethale committed Jan 12, 2017
1 parent eb057a7 commit 86790fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 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.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
v0.5.0, 09/23/16 -- can save sets and scalars to gdx
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].1
pip install git+https://github.com/NREL/[email protected].2
```

Versions are listed at https://github.com/NREL/gdx-pandas/releases.
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.1",
version = "0.5.2",
author = 'Elaine T. Hale',
author_email = '[email protected]',
packages = ['gdxpds', 'gdxpds.test'],
Expand Down

0 comments on commit 86790fc

Please sign in to comment.