Skip to content

Commit

Permalink
Bump version to 0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
YoshiyukiMineo committed Mar 8, 2017
1 parent 34f7f1c commit 88e1538
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/Doxyfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PROJECT_NAME = v8eval
PROJECT_NUMBER = 0.2.6
PROJECT_NUMBER = 0.2.7
OUTPUT_DIRECTORY = .
OUTPUT_LANGUAGE = English
EXTRACT_ALL = YES
Expand Down
2 changes: 1 addition & 1 deletion python/build.sh
Original file line number Diff line number Diff line change
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.6 --ext-autodoc --ext-viewcode
sphinx-quickstart -q -p v8eval -a 'Yoshiyuki Mineo' -v 0.1 -r 0.2.7 --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
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@

# setup v8eval package
setup(name='v8eval',
version='0.2.6',
version='0.2.7',
author='Yoshiyuki Mineo',
author_email='[email protected]',
license='MIT',
Expand Down
2 changes: 1 addition & 1 deletion v8eval.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new 'v8eval', '1.0' do |s|
s.name = 'v8eval'
s.version = '0.2.6'
s.version = '0.2.7'
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 88e1538

Please sign in to comment.