Skip to content

Commit

Permalink
Update version info
Browse files Browse the repository at this point in the history
Problem:
Version information needs to be updated so that we have proper
version information in releast notes, and also publish the docs
to the proper location.

Solution:
Updated the version information to v1.2.
  • Loading branch information
amudukutore committed Sep 26, 2017
1 parent 3c652be commit 31bfd66
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ deploy:
- provider: script
skip_cleanup: true
on:
branch: 1.1-stable
branch: 1.2-stable
repo: F5Networks/k8s-bigip-ctlr
script:
- ./build-tools/deploy-docs.sh publish-product-docs-to-prod connectors/k8s-bigip-ctlr v1.1
- ./build-tools/deploy-docs.sh publish-product-docs-to-prod connectors/k8s-bigip-ctlr v1.2

notifications:
slack:
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@
# built documents.
#
# The short X.Y version.
version = u'v1.1'
version = u'v1.2'
# The full version, including alpha/beta/rc tags.
release = u'v1.1.0-dev'
release = u'v1.2.0'

# def setup(app):
# app.add_config_value('versionlevel', '', 'env')
Expand Down

0 comments on commit 31bfd66

Please sign in to comment.