Bug Fixes
- Z-indexes of top menu, dropdown and subnavs
([928](https://github.com/ocadotechnology/codeforlife-portal/pull/928),
[`4c28b53`](https://github.com/ocadotechnology/codeforlife-portal/commit/4c28b53f64fca5b12ea8b93c06ab713e642f439b))
* fixed z-indexes of top menu, dropdown and subnavs
* fix: subnav
* fix: removed brackets
* fix: added space
- **views/__init__.py**: Increment version manually to sync with project
([930](https://github.com/ocadotechnology/codeforlife-portal/pull/930),
[`7a91775`](https://github.com/ocadotechnology/codeforlife-portal/commit/7a917750e05bd24110f7278301b0ad005ee1ec5d))
* Update version manually to be synced with project
Continuous Integration
- **travis**: Setup Semantic Releases
([926](https://github.com/ocadotechnology/codeforlife-portal/pull/926),
[`742fbed`](https://github.com/ocadotechnology/codeforlife-portal/commit/742fbed833d9e0ca5b64008b54d4bf0b0be17273))
* Tests semantic versioning
* Removes problematic installs and unnecessary scripts
* Removes versioneer and brings back installs in Travis
* Fixes path
* Added stages to build
* Fixed version of python-semantic-release
* Bump up version to match portal's latest release
* feat(semantic versioning): Test automatic versioning
Test that the version number is automatically bumped up
* fix(setup.cfg): Do not check build status
* ci(.travis.yml): Change deploy conditions
Deploy only if branch is master and is not a pull request
* ci(.travis.yml): Uncomment test stage and remove versioneer
* ci(travis): Publish package on deploy step