Skip to content

Commit

Permalink
Bump version: 1.2.6 → 1.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanwaz committed Mar 1, 2022
1 parent 7599816 commit b72df52
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.15)
set(CMAKE_CXX_STANDARD 14)
project(raytraverse)

add_compile_definitions(VERSION_INFO="1.2.6")
add_compile_definitions(VERSION_INFO="1.2.7")

add_subdirectory(src)
set(CMAKE_VERBOSE_MAKEFILE on)
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
===================
raytraverse (1.2.6)
raytraverse (1.2.7)
===================

.. image:: https://img.shields.io/pypi/v/raytraverse?style=flat-square
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ def __getattr__(cls, name):
# the built documents.
#
# The short X.Y version.
version = "1.2.6"
version = "1.2.7"
# The full version, including alpha/beta/rc tags.
release = "1.2.6"
release = "1.2.7"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion raytraverse/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

__author__ = """Stephen Wasilewski"""
__email__ = 'stephanwaz@gmail.com'
__version__ = '1.2.6'
__version__ = '1.2.7'
__all__ = ['crenderer', 'evaluate', 'formatter', 'lightpoint', 'mapper',
'renderer', 'sampler', 'scene', 'sky', 'io', 'translate', 'utility']

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.2.6
current_version = 1.2.7
commit = False
tag = False

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/stephanwaz/raytraverse',
version='1.2.6',
version='1.2.7',
zip_safe=False,
)

Expand Down

0 comments on commit b72df52

Please sign in to comment.