Skip to content

Commit 51f503d

Browse files
authored
Merge pull request #349 from amudukutore/1.2-stable
Update version info
2 parents 3c652be + 31bfd66 commit 51f503d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ deploy:
4444
- provider: script
4545
skip_cleanup: true
4646
on:
47-
branch: 1.1-stable
47+
branch: 1.2-stable
4848
repo: F5Networks/k8s-bigip-ctlr
4949
script:
50-
- ./build-tools/deploy-docs.sh publish-product-docs-to-prod connectors/k8s-bigip-ctlr v1.1
50+
- ./build-tools/deploy-docs.sh publish-product-docs-to-prod connectors/k8s-bigip-ctlr v1.2
5151

5252
notifications:
5353
slack:

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@
7878
# built documents.
7979
#
8080
# The short X.Y version.
81-
version = u'v1.1'
81+
version = u'v1.2'
8282
# The full version, including alpha/beta/rc tags.
83-
release = u'v1.1.0-dev'
83+
release = u'v1.2.0'
8484

8585
# def setup(app):
8686
# app.add_config_value('versionlevel', '', 'env')

0 commit comments

Comments
 (0)