Skip to content

Commit

Permalink
New beta version
Browse files Browse the repository at this point in the history
  • Loading branch information
federico123579 committed Sep 5, 2017
1 parent dad0bd8 commit ebef471
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 4 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,32 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [0.1b4] - 2017-09-05
### Added
- [a6a9c6d]: Added Dockerfile & dev reqs
- [dad0bd8]: Added Market
- [2f1ba0d]: Added Travis CI & Coveralls
- [7ef1461]: Added virtualdisplay
- [3dab378]: Added BrowserException
- [4d9e3d6]: Added logger

### Changed
- [78a5a9a]: Included logger in setup

### Removed
- [95ca894]: Removed datetime from records

### Fixed
A lot of minor fixies, these are the mayor ones:

- [412f29f]: Fixed prefs bug
- [ce71903]: Fixed **addPrefs** and **clearPrefs** bugs.

## [0.1b3] - 2017-08-28
### Added
- [abdde90]: Added virtual browser (and fixed).
- [07f19ad]: Added sentiment to **addPrefs**.
- [07f19ad]: Added sentiment to **addPrefs**.

### Changed
- [b17e6df]: Launch browser function on its own _"self.launch()"_.
Expand Down Expand Up @@ -59,6 +71,12 @@ Initial version.
[0.1a2]: https://github.com/federico123579/Trading212-API/compare/v0.1a1...v0.1a2
[0.1a1]: https://github.com/federico123579/Trading212-API/compare/v0.1a0...v0.1a1

[2f1ba0d]: https://github.com/federico123579/Trading212-API/commit/2f1ba0d
[78a5a9a]: https://github.com/federico123579/Trading212-API/commit/78a5a9a
[7ef1461]: https://github.com/federico123579/Trading212-API/commit/7ef1461
[412f29f]: https://github.com/federico123579/Trading212-API/commit/412f29f
[a6a9c6d]: https://github.com/federico123579/Trading212-API/commit/a6a9c6d
[dad0bd8]: https://github.com/federico123579/Trading212-API/commit/dad0bd8
[95ca894]: https://github.com/federico123579/Trading212-API/commit/95ca894
[3dab378]: https://github.com/federico123579/Trading212-API/commit/e25a600
[4d9e3d6]: https://github.com/federico123579/Trading212-API/commit/4d9e3d6
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="trading212api",
version="0.1b3",
version="0.1b4",
packages=['tradingAPI'],
install_requires=[
'splinter',
Expand All @@ -29,4 +29,4 @@
'Topic :: Software Development :: User Interfaces',
'Topic :: System :: Emulators'
]
)
)
2 changes: 1 addition & 1 deletion tradingAPI/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .api import API

__VERSION__ = "v0.1b3"
__VERSION__ = "v0.1b4"

0 comments on commit ebef471

Please sign in to comment.