Skip to content

Commit

Permalink
Bump version to 0.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
YoshiyukiMineo committed Jan 10, 2018
1 parent ffb503b commit 6aadd6e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/Doxyfile
@@ -1,5 +1,5 @@
PROJECT_NAME = v8eval
PROJECT_NUMBER = 0.2.10
PROJECT_NUMBER = 0.2.11
OUTPUT_DIRECTORY = .
OUTPUT_LANGUAGE = English
EXTRACT_ALL = YES
Expand Down
2 changes: 1 addition & 1 deletion python/build.sh
Expand Up @@ -22,7 +22,7 @@ docs() {
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
export PYTHONPATH=$V8EVAL_ROOT/python/v8eval
sphinx-quickstart -q -p v8eval -a 'Yoshiyuki Mineo' -v 0.1 -r 0.2.10 --ext-autodoc --ext-viewcode
sphinx-quickstart -q -p v8eval -a 'Yoshiyuki Mineo' -v 0.1 -r 0.2.11 --ext-autodoc --ext-viewcode
sphinx-apidoc -M -o . ../v8eval
perl -ni -e 'die if /Submodules/; print' ./v8eval.rst
perl -pi -e 'print ":orphan:\n\n" if $. == 1' ./modules.rst
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -72,7 +72,7 @@

# setup v8eval package
setup(name='v8eval',
version='0.2.10',
version='0.2.11',
author='Yoshiyuki Mineo',
author_email='Yoshiyuki.Mineo@jp.sony.com',
license='MIT',
Expand Down
2 changes: 1 addition & 1 deletion v8eval.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new 'v8eval', '1.0' do |s|
s.name = 'v8eval'
s.version = '0.2.10'
s.version = '0.2.11'
s.licenses = ['MIT']
s.description = 'Run JavaScript engine V8 in Ruby'
s.summary = 'v8eval gem is ruby binding to the latest V8 4.7 and supports
Expand Down

0 comments on commit 6aadd6e

Please sign in to comment.