Skip to content

Commit

Permalink
bump version to v2.2 final
Browse files Browse the repository at this point in the history
* add Isubstr to documentation example
  • Loading branch information
mikofski committed Dec 11, 2015
1 parent 3d7d8c7 commit d416bbf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pvmismatch/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
PVsystem = pvsystem.PVsystem

__author__ = 'mmikofski'
__version__ = '2.2rc2'
__release__ = 'Indian Icecream'
__version__ = '2.2'
__release__ = 'Indonesian Icecream'
__all__ = ['pvconstants', 'pvcell', 'pvmodule', 'pvstring', 'pvsystem']
2 changes: 1 addition & 1 deletion pvmismatch/docs/tutorials/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ Let's change their temperatures. In fact since the temperatures are still at
... else:
... pvc.Tcell = 50. + 273.15 # [K] normal cells
... (pvmod.Imod, pvmod.Vmod, pvmod.Pmod,
... pvmod.Vsubstr) = pvmod.calcMod() # update the modules in each string
... pvmod.Isubstr, pvmod.Vsubstr) = pvmod.calcMod() # update modules
... (pvstr.Istring, pvstr.Vstring,
... pvstr.Pstring) = pvstr.calcString() # update each string in the system
>>> pvsys.Isys, pvsys.Vsys, pvsys.Psys = pvsys.calcSystem()
Expand Down

0 comments on commit d416bbf

Please sign in to comment.