Skip to content

Commit 0b67c73

Browse files
committed
Version to 2.0
BUILD update too
1 parent 9013ece commit 0b67c73

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

BUILD.rst

+1-4
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,7 @@ Generating releases has only been tested on Linux, but it ought to work the
2020
same way also on OSX and other unixes. Generating releases on Windows may
2121
work but is not tested, supported, or recommended.
2222

23-
Creating releases is only supported with Python 3.6 or newer. If you are
24-
using Ubuntu or one of its derivatives and don't have Python 3.6 in the
25-
official package repository, you may consider using the
26-
`Dead Snakes PPA <https://launchpad.net/~deadsnakes/+archive/ubuntu/ppa>`_.
23+
Creating releases is only supported with Python 3.6 or newer.
2724

2825
The ``pip`` and ``invoke`` commands below are also expected to run on Python
2926
3.6+. Alternatively, it's possible to use the ``python3.6 -m pip`` approach

src/robotlibcore.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
PY2 = sys.version_info < (3,)
3535
RF31 = robot_version < '3.2'
3636

37-
__version__ = '1.0.1.dev1'
37+
__version__ = '2.0.0.dev1'
3838

3939

4040
class HybridCore(object):

0 commit comments

Comments
 (0)