Breaking
* feat: Publish to pypi
Assuming everything actually works now.
BREAKING CHANGE:
API now accessed as &39;cli.trade&39;, rather than &39;trade.main&39;. ([`097dbf6`](https://github.com/eyeonus/Trade-Dangerous/commit/097dbf67e13fc5a8876a088462d05494b28f208a))
Chore
* chore: revert last two commits
Time to ask about this upstream. ([`a44ca91`](https://github.com/eyeonus/Trade-Dangerous/commit/a44ca9149a0d8c06bab398fec8b383b71664f351))
* chore: Okay, try it fully local. ([`1803de4`](https://github.com/eyeonus/Trade-Dangerous/commit/1803de4769fff81f437d8c7d993997a9f8f4e7f5))
* chore: Try assigning the env again. ([`5798f4c`](https://github.com/eyeonus/Trade-Dangerous/commit/5798f4c5c22902492d8b82a7a0326cffe4adae00))
* chore: Check value of $PYPI_USERNAME before and after publish
The env is definitely set, so why is it acting like it&39;s not? ([`d619bfb`](https://github.com/eyeonus/Trade-Dangerous/commit/d619bfb78d982aa21d45a6de9bab395af4202429))
* chore: Print $PYPI_USERNAME
For some reason it&39;s trying to push to
&39;https://github.com/$PYPI_USERNAME/Trade-Dangerous.git/'
Which is wrong. ([`0f241f5`](https://github.com/eyeonus/Trade-Dangerous/commit/0f241f52763a7b3f475be47262cbb28412f2f198))
* chore: publish to pypi
Update how to publish to pypi
and some documentation about requirements. ([`5e55d0f`](https://github.com/eyeonus/Trade-Dangerous/commit/5e55d0f8209c35dbaaabdbe972269b620488cc37))
* chore: fix semantic-release ([`23420f8`](https://github.com/eyeonus/Trade-Dangerous/commit/23420f861914f1bf67a3310e53ef414d2bbe4805))
Fix
* fix: bump version ([`34da73a`](https://github.com/eyeonus/Trade-Dangerous/commit/34da73a55ec4eb77d89ac45472a983d1757a19df))
* fix: Add module &39;typing&39; to the requirements. ([`f8b3f13`](https://github.com/eyeonus/Trade-Dangerous/commit/f8b3f1391ac699ed753706d5cd0a0fb2ced5a2c1))
* fix: Apparently can&39;t test 3.7 because error 403.
Thanks upstream. ([`735234d`](https://github.com/eyeonus/Trade-Dangerous/commit/735234dd7fcc7ecd4bc5a3048f748bd8e9858a61))
Refactor
* refactor: Don&39;t publish until build works. ([`b5b2f88`](https://github.com/eyeonus/Trade-Dangerous/commit/b5b2f88e4048f05dc90caf9884806641de084718))
Test
* test: travis with py3.7
test: travis use dist: xenial
chore: resync tag and version
docs: add info about deploy
chore: configure ci ([`a1626cd`](https://github.com/eyeonus/Trade-Dangerous/commit/a1626cdcadf73621500a9526448f58140ef73e60))
Unknown
* 10.0.0
New version by CI ([`a94cd86`](https://github.com/eyeonus/Trade-Dangerous/commit/a94cd86610c6b48927c0a8d247f9d512d6c0b2a9))
* Merge branch &39;master&39; of https://github.com/kmpm/Trade-Dangerous.git
Conflicts:
.travis.yml
dev-requirements.txt ([`5ac899f`](https://github.com/eyeonus/Trade-Dangerous/commit/5ac899f8957af0f4f82e594e455a99f0595b94ba))
* Update .travis.yml ([`06c5adb`](https://github.com/eyeonus/Trade-Dangerous/commit/06c5adb47870d6df9c3ce4f5ab9d7de9126f7194))
* Update .travis.yml ([`48417c6`](https://github.com/eyeonus/Trade-Dangerous/commit/48417c66d89138e47e4dc8a2b9944c606965f58c))
* Trade-Dangerous as a module (45)
* Created &39;tradedangerous&39; pgk and moved files there
* fix imports
* removed data and tmp folders
data will be regenerated from traded/templates
tmp will be recreated when needed
* added tox and pytest
* added travis config
* tests and sql
* More tests, fixes and documentation
- Enable TradeEnv to read environment variables,
TD_DATA, TD_TEMPLATES, TD_TMP
- docs using sphinx
- Test using tox and travis. Py34, Py35 and Py36
- Fixes some circular references that didn&39;t work with Py3.4
* Fix issue with tdb kept open if error
* ensure target folder exists on download
Will fail silently otherwise
* test trade and import_eddblink
* chore: add sematic release
Add python-semantic-release to make life easier
* add semantic-release to travis
* chore: add deploy stage for master branch
Add a deploy stage that only run after
- ALL tests are ok
- On master branch
- only on one python version (3.6)
* refactor: Add py3.7 to version list, build lowest compat., init TD ver.
Lead developer is using 3.7, so obviously tests need to include that
version.
If we&39;re only going to build for one python version, it should be the
lowest compatible version.
Last official version of TD was 7.4.0, back in 2016-01-29, so
considering how much has changed since then, should start at something
more like 10.
The .1 part of 10.0.1 is this specific refactor.
* refactor: Include py3.7 in tox script as well. ([`489f721`](https://github.com/eyeonus/Trade-Dangerous/commit/489f721a566e1f0d5cd8752625050f19e68a4eb4))