Skip to content

Commit

Permalink
Clean up changelog usage instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ajdonnison committed Sep 4, 2017
1 parent 4d6a395 commit 652fd27
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,16 @@ Documentation: https://pyiso.readthedocs.io/

User group: https://groups.google.com/forum/#!forum/pyiso-users

Upcoming Changes
----------------
* Add EIA
* Add IESO
* Add NBPower
* Add AESO
* Add SASK

Changelog
---------
* 0.3.20: Add EIA
* 0.3.19: Fix bug with `Biomass/Fossil` fuel type for BPA
* 0.3.18: Fix bug with PJM date parsing
* 0.3.17: Fix bug with `Black Liquor` fuel type for PJM
Expand Down
2 changes: 1 addition & 1 deletion docs/source/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ When you're ready to get started coding:
* run the tests: ``python setup.py test`` (or ``python setup.py test -s tests.test_some_file.TestSomeClass.test_some_method`` to run a specific subset of the tests)
* add tests to the :py:mod:`tests` directory and code to the :py:mod:`pyiso` directory, following the conventions that you see in the existing code
* add docs to the `docs/source` directory
* add a note to the changelog in `README.md`
* add a note to the Upcoming Changes section in `README.md` on a separate line
* send a pull request
* sign the CLA at https://www.clahub.com/agreements/WattTime/pyiso (see below)

Expand Down

0 comments on commit 652fd27

Please sign in to comment.