Skip to content

Commit

Permalink
bump version for docs and add banner config
Browse files Browse the repository at this point in the history
bump version to 1.1.1
  • Loading branch information
snowypowers committed Nov 7, 2017
1 parent 49edc2f commit 6fc9b5a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"name": "neon-js",
"description": "Javascript libraries for neo wallet using https://github.com/neochainio/neowallet/blob/master/js/wallet.js as the original source.",
"version": "1.1.0",
"version": "1.1.1",
"main": "lib/index.js",
"dependencies": {
"axios": "^0.16.2",
Expand Down
8 changes: 5 additions & 3 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,10 @@

# SCV options

scv_show_banner = True
scv_banner_greatest_tag = True
scv_whitelist_branches = ('master', 'dev')
scv_greatest_tag = True
scv_show_banner = True

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
Expand All @@ -62,9 +64,9 @@
# built documents.
#
# The short X.Y version.
version = u'1.1.0'
version = u'1.1.1'
# The full version, including alpha/beta/rc tags.
release = u'1.1.0'
release = u'1.1.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 6fc9b5a

Please sign in to comment.