Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ajedi32 committed Nov 19, 2018
1 parent 808480b commit 91a1b2b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.2.0] - 2018-11-18
### Added
- [API Documentation on Read the Docs](https://echovr-api.readthedocs.io/en/latest/index.html)
- Support for new API response properties in Echo VR Combat release patch
Expand Down Expand Up @@ -33,6 +35,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Simple system for fetching JSON from the API
- Simple object model exposing the basic functionality of the API

[Unreleased]: https://github.com/ajedi32/echovr-api/compare/v0.1.1...HEAD
[Unreleased]: https://github.com/ajedi32/echovr-api/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/ajedi32/echovr-api/compare/v0.1.1...v0.2.0
[0.1.1]: https://github.com/ajedi32/echovr-api/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/ajedi32/echovr-api/compare/v0.0.1...v0.1.0
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '0.1.1'
release = '0.2.0'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="echovr_api",
version="0.1.1",
version="0.2.0",
author="Ajedi32",
author_email="ajedi32.web@gmail.com",
description="Python bindings for Echo VR's HTTP API.",
Expand Down

0 comments on commit 91a1b2b

Please sign in to comment.