Skip to content

Commit

Permalink
Merge branch 'release-0.8.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
opacam committed Sep 18, 2018
2 parents ae2d66f + 1650d90 commit f16ef44
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 6 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,11 @@ script:
after_success:
- travis-sphinx deploy
- coveralls
deploy:
provider: pypi
user: opacam
password:
secure: fLJVFsyO3VIFMLG7S5HQoyzYLsIBZZiI+f8iwpxxCN8gjwKe5WadoTEBgtATpTZrkfrza61xRABBd8hrn5+dZTRcebodD0oSrZEttB15WYLDXZucVGWY1jmKCpjM5I1BzJTr6kMbOCr+bwewM30izW1mXKHsUzqRc+TarKpIKUlOoYGB65KWLKGilreGVft8Vmx58Q4/xMb3Uax5LQzDtePZmAnpXDMAD12zSGCMeHKZHDFCoTBxeij1unRIW9Bq+l/1F4Uh22gd7HWS0dkQBRQXojjqETVZgvssxfOSuQTgluvZpnjjk5obntJIitx7q924dCBKO8vq1wGF5my9jg3BFeAOkRJnM6n1+9n8e7JgC8+zQrBqlf9BuUhnBOS2rQpnc9nnD5AfL/Hsh5GcJJ06AXrxGNiVaKKT2oVwesrRrPFXW6l9vknrhza9Zy0mDqDdGLHGzEpGc+C55iKcrQzmQ4/TSqCruhBI4B3alO+zAV8cLdRxNAOwKthx60p/DjeMjyFEt5DIEtAfZfr5Jbx8k6sW72vdBrLXMX4JZIg6XmRm/buCqASEvulkd/j9/L4wBnbQJJQ6VYPlDlvzslq/NJavlko4Z/oBAJ/So4dhtJFi/g0hUIHx+40k0o8RbptRYu5vm5fALonHM0tvm3KGZyymPbn5k5OwouHFZd8=
skip_cleanup: true
on:
tags: true
17 changes: 12 additions & 5 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,22 +1,29 @@
0.8.0 - Cohen3 project started
0.8.1 - Fixes and enhancements
------------------------------

General:
- Automate documentation building via travis
- Add more sphinx documentation
- Remove livestreamer as basic dependency
- Migrate from pygtk to gi.repository
- Migrate Gstreamer from version 0.10 to 1.0
- Enhance Travis with more tests
- Reformat according pep8 directives.
- Rename project from Cohen to Cohen3
- Migrate source code to python version 3
- Twisted >= 18.7.0 is now required
- Louie-latest is now required (instead of Louie)

Fixes:
- Fix quoted keys for some headers
- Fix Inotify (now uses twisted's Inotify)
- Fix all pep8/pylint errors

0.8.0 - Cohen3 project started
------------------------------

General:
- Rename project from Cohen to Cohen3
- Migrate source code to python version 3
- Twisted >= 18.7.0 is now required
- Louie-latest is now required (instead of Louie)

0.7.3 - Fixes and improvements
------------------------------

Expand Down
2 changes: 1 addition & 1 deletion coherence/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import platform

__version_info__ = (0, 8, 0)
__version_info__ = (0, 8, 1)
__version__ = '.'.join(map(str, __version_info__))
__url__ = 'https://github.com/opacam/Cohen3'
__service_name__ = 'Cohen3'
Expand Down

0 comments on commit f16ef44

Please sign in to comment.