Skip to content

Commit

Permalink
Merge branch 'master' into feature/current-status-page
Browse files Browse the repository at this point in the history
  • Loading branch information
Clivern committed Sep 20, 2019
2 parents b1becea + 792da3f commit c03af07
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
- Review existing issues and provide feedback or react to them.

- With pull requests:
- We follow [Google Python Style Guide](http://google.github.io/styleguide/pyguide.html).
- Open your pull request against `master` or `develop` if exists.
- Your pull request should have no more than two commits, if not you should squash them.
- It should pass all tests in the available continuous integrations systems such as TravisCI.
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@

For transparency into our release cycle and in striving to maintain backward compatibility, Silverback is maintained under the [Semantic Versioning guidelines](https://semver.org/) and release process is predictable and business-friendly.

See the [Releases section of our GitHub project](https://github.com/silverbackhq/silverback/releases) for changelogs for each release version of Silverback. It contains summaries of the most noteworthy changes made in each release.

See the [Releases section of our GitHub project](https://github.com/silverbackhq/silverback/releases) for changelogs for each release version of Silverback. It contains summaries of the most noteworthy changes made in each release. Also see the [Milestones section](https://github.com/silverbackhq/silverback/milestones) for the future roadmap.

## Bug tracker

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ celery==4.3.0
redis==3.3.8
cryptography==2.7
markdown2==2.3.8
twilio==6.30.0
twilio==6.31.0
pyumetric==0.0.4
pyvalitron==1.1.3
feedgen==0.8.0
Expand Down

0 comments on commit c03af07

Please sign in to comment.