Skip to content

Commit

Permalink
0.5.2.1 ready for release
Browse files Browse the repository at this point in the history
  • Loading branch information
o355 committed May 1, 2017
1 parent e1ad55e commit 4e30be2
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 19 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Quick note: I generally use the changelog (thanks Eclipse for supporting MD file
* Doing the usual setup/configdefault catching up
* Fixes for config updates. A new "configsetup.py" script will be introduced, which will update the config for each new version, but preserve old user settings. It'll get automatically executed when doing updates through PyWeather, but users doing updates through the .zip method or manual Git updating will have to execute the script each time. When PyWeather setup is launched for the first time, the config file will be created.

### version 0.5.3 beta - Release not occurring.
* Rewrites multiline prints in keybackup.py/updater.py (thanks to @gsilvapt for the PR/notifing me of the issue, and @Rhomboid on /r/learnpython for a good solution) - Scrapped. Will be implemented in 0.9 beta.
## version 0.5.2.1 beta - Released on 4/30/2017
* Fixes a bug in which if validating your API key wasn't enabled, a variable wasn't defined, crashing PyWeather at boot.

## version 0.5.2 beta - Released on 4/30/2017
**NEW FEATURES/REMOVALS**
Expand Down
21 changes: 9 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
## Welcome to PyWeather (0.5.2 beta)!
## Welcome to PyWeather (0.5.2.1 beta)!
Viewing the weather in a terminal has never been so much fun.

## Why? Why should I check my weather in a terminal?
It's cooler. I think.
## Download/Setup
You can download PyWeather by visiting the releases tab, and getting the latest zip.

## Setup
I won't make you read the entire readme, so here's how to download PyWeather.
You can also use git to download PyWeather, using the commands below.

Download a release from the releases tab, unzip it, and run setup.py. The script will walk you through installing necessary libraries, instructions for retrieving an API key, letting you configure stuff, and making sure things work.

After that, double click pyweather.py, input a location, and that's it! No, really. That's actually it. No completed config files, none of that. setup.py, pyweather.py. Welcome to the world of simplicity! \ (•◡•) /

**Sometimes, the setup script will have a tendancy to fail in regards to installing geocoder. See the wiki page "Setup" for more information.**

If you have Git, and you'd prefer to clone over PyWeather from Git, please read the page on "Installing from Git" in the Wiki.
```
git clone https://github.com/o355/pyweather.git
git checkout 0.5.2.1 beta (if you want indev code, don't perform this command)
```
After that, run setup.py, and the setup file will guide you through setting up PyWeather. After that, run pyweather.py, and enjoy the magic of PyWeather! It's as easy as that.

## What's PyWeather?
PyWeather was a script I made, because I couldn't find anything that I wanted (from a terminal-based weather machine)
Expand Down
10 changes: 5 additions & 5 deletions updater/versioncheck.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"updater": {
"apiversion": "1.2",
"latestbuild": "52",
"latestversion": "0.5.2 beta",
"latestversiontag": "0.5.2-beta",
"latesturl": "https://github.com/o355/pyweather/releases/download/0.5.2-beta/pyweather-0.5.2beta.zip",
"latestfilename": "pyweather-0.5.2beta.zip",
"latestbuild": "52.1",
"latestversion": "0.5.2.1 beta",
"latestversiontag": "0.5.2.1-beta",
"latesturl": "https://github.com/o355/pyweather/releases/download/0.5.2.1-beta/pyweather-0.5.2.1beta.zip",
"latestfilename": "pyweather-0.5.2.1beta.zip",
"releasedate": "4/30/2017"
}
}

0 comments on commit 4e30be2

Please sign in to comment.