Skip to content

Commit

Permalink
Doc improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
Dejan Knezevic committed Nov 6, 2017
1 parent 1a4c40c commit 767a7bf
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.9.6 (2017-11-06)
==================
- Doc improvement

0.9.5 (2017-10-12)
==================
- Bugfixes:
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.5
0.9.6
1 change: 1 addition & 0 deletions docs/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ different credentials or environments.
3. Initialize the library using a configuration file
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

The configuration file, ``$HOME/.sevenbridges/credentials``, has a simple ``.ini`` file format, with
the environment (the Seven Bridges Platform, or the CGC, or Cavatica) indicated in square brackets, as shown:

Expand Down
2 changes: 1 addition & 1 deletion sevenbridges/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"""
import logging

__version__ = "0.9.5"
__version__ = "0.9.6"

from sevenbridges.api import Api
from sevenbridges.config import Config
Expand Down

0 comments on commit 767a7bf

Please sign in to comment.