Skip to content

Commit

Permalink
Ready for release
Browse files Browse the repository at this point in the history
  • Loading branch information
elainethale committed Jan 19, 2018
1 parent ddb15d0 commit 79c99d5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
v1.0.2, 01/19/18 -- instructions and additional filepaths for running pytest on
installed package
v1.0.1, 09/12/17 -- workaround bug fix for library conflicts between gdxcc and pandas
on some Linux systems
v1.0.0, 09/07/17 -- complete rewrite of gdx file api; new GdxFile and GdxSymbol objects
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,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 gdxpds/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
'''


__version__ = '1.0.1'
__version__ = '1.0.2'

import logging
import os
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 = "1.0.1",
version = "1.0.2",
author = 'Elaine T. Hale',
author_email = '[email protected]',
packages = ['gdxpds', 'gdxpds.test'],
Expand Down

0 comments on commit 79c99d5

Please sign in to comment.