Skip to content

Commit

Permalink
Set version v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marble committed Oct 21, 2019
1 parent 67eb4ea commit bd04cac
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Release 1.1.0-dev (to be released)
==================================
Release 1.1.0 (released Oct 21, 2019)
=====================================

* Feature: add parameter 'reason' for 'tool_exitcodes_2'

Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1.1.0-dev
1.1.0

Update the version number in:

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='TCT Toolchain Tool',
version='1.1.0-dev',
version='1.1.0',
py_modules=['tct'],
packages= ['tctlib'],
include_package_data=True,
Expand Down
2 changes: 1 addition & 1 deletion tct.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from tctlib import *
import six

__VERSION__ = '1.1.0-dev'
__VERSION__ = '1.1.0'

PY3 = sys.version_info[0] == 3

Expand Down

0 comments on commit bd04cac

Please sign in to comment.