Skip to content

Commit

Permalink
Fixes a broken link and make a new version with the fix
Browse files Browse the repository at this point in the history
  • Loading branch information
StuntsPT committed May 14, 2018
1 parent 57fe794 commit bfdc150
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# *pyRona* changelog

## Changes made in version 0.3.6

* Fixed a broken help link

---

## Changes made in version 0.3.5

* Adds a new feature: RONA maps
Expand All @@ -8,7 +14,7 @@
* The [manual](http://pyrona.readthedocs.io/en/latest/install/) now contains instructions on installing `cartopy` depending on your OS
* Instructions for OSX are still missing. Help, anyone?
* For now, the options assumes that the first variable in the environmental file is "Longitude" and the second one is "Latitude"

---

## Changes made in version 0.3.4
Expand Down
2 changes: 1 addition & 1 deletion pyRona/plotters/map_plotter.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from cartopy.mpl.gridliner import LONGITUDE_FORMATTER, LATITUDE_FORMATTER
except ImportError:
print("\nError importing 'Cartopy'. Please look at pyRona's manual"
"(http://pyrona.readthedocs.io/en/latest/install/installing-cartopy)"
"(http://pyrona.readthedocs.io/en/latest/install/#installing-cartopy)"
" for information on how to install it on your system. Map plotting"
" was **not** performed.")
quit()
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class NotSupportedException(BaseException):


# Set some variables (PKGBUILD inspired)
VERSION = "0.3.5"
VERSION = "0.3.6"
URL = "https://github.com/StuntsPT/pyRona"


Expand Down

0 comments on commit bfdc150

Please sign in to comment.