Skip to content

Commit

Permalink
* first beta release for end-user testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ZenithClown committed Oct 1, 2021
1 parent 4ac6837 commit 7f060b4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,15 @@

<p align = "justify">All notable changes is documented here. The format is based on <a href = "https://keepachangelog.com/en/1.0.0/">Keep a Changelog</a>, and the project adheres to <a href = "https://semver.org/spec/v2.0.0.html">Semantic Versioning</a>.</p>

## [0.0.1-beta] - 2021-10-01
First **BETA** that needs rigorous testing and updates.

### Added
- basic design of `API` object that can be used for fetching data,
- defination of `errors` to make end-user understand in case of an error.

## Planning Stage
<p align = "justify">Building a python wrapper for fetching weather data (historical and/or forecast) from <a href = "https://www.visualcrossing.com/weather-data">VisualCrossing</a>. The wrapper is being developed in <i>python</i> since weather data is needed by everyone (like data science projects, etc.) and a python developer can easily fetch data without going through the huge well-defined <a href = "https://www.visualcrossing.com/resources/documentation/weather-api/weather-api-documentation/">documentation</a> for retreiving data. The module is also kept simple so that anyone can start querying immediately.</p>

<!-- Reference Links -->
[0.0.1-beta]: https://github.com/ZenithClown/VisualCrossing/releases/tag/v0.0.1-beta
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
url = "https://github.com/ZenithClown/VisualCrossing",
packages = find_packages(),
classifiers = [
"Development Status :: 1 - Planning",
"Development Status :: 1 - Beta",
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License"
],
Expand Down
2 changes: 1 addition & 1 deletion static/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.1-planning
0.0.1-beta

0 comments on commit 7f060b4

Please sign in to comment.