Skip to content

Commit

Permalink
Added notes to document typo fix and incremented patch number
Browse files Browse the repository at this point in the history
  • Loading branch information
rconcep committed May 3, 2019
1 parent 393baff commit bd5abc1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Master branch changelog

## Patch 1.2.c
### Resolved issues
* An issue where attempting to download ISO/RTO market data for ERCOT resulted in a fatal crash.

## Patch 1.2.b

### Resolved issues
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<img src="es_gui/resources/logo/Quest_Logo_RGB.png" alt="QuESt logo" width=300px margin="auto" />

# QuESt: Optimizing Energy Storage
Current release version: 1.2.b
Current release version: 1.2.c

Release date: 05/01/19
Release date: 05/03/19

## Table of contents
- [Introduction](#intro)
Expand Down
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def _go_to_webpage(instance, value):
elif value == 'sandia':
webbrowser.open('http://sandia.gov/')

version_statement = 'QuESt v1.2.b \n 2019.05.01'
version_statement = 'QuESt v1.2.c \n 2019.05.03'

developed_by = '{app_name} is developed by the {ess} and {espr} departments at {sandia}.'.format(app_name=APP_NAME, ess=_ref_link('Energy Storage Technology and Systems', 'sandia-ess'), espr=_ref_link('Electric Power Systems Research', 'sandia-espr'), sandia=_ref_link('Sandia National Laboratories', 'sandia'))

Expand Down

0 comments on commit bd5abc1

Please sign in to comment.