Skip to content

Commit

Permalink
Merge pull request #218 from pepkit/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
nsheff authored Jul 23, 2018
2 parents ce7cfaf + b6738d9 commit 4476c76
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions doc/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
Changelog
******************************

- **v0.18.2** (*2018-07-23*):

- Fixed

- Made requirements more lenient to allow for newer versions of required packages.


- **v0.18.1** (*2018-06-29*):

- Fixed
Expand Down
2 changes: 1 addition & 1 deletion peppy/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.18.1"
__version__ = "0.18.2"
2 changes: 1 addition & 1 deletion requirements/requirements-all.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pandas>=0.20.2
pyyaml==3.12
pyyaml>=3.12
nbsphinx
4 changes: 2 additions & 2 deletions requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
mock==2.0.0
pytest==3.0.7
mock>=2.0.0
pytest>=3.0.7
4 changes: 2 additions & 2 deletions requirements/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
coveralls==1.1
pytest-cov==2.4.0
coveralls>=1.1
pytest-cov>=2.4.0

0 comments on commit 4476c76

Please sign in to comment.