Skip to content

Commit 9ec7959

Browse files
committed
Fix issues with dist build, increment version to 0.5.1
1 parent 4aac6b9 commit 9ec7959

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ prune demo/reports
1010
prune demo/selenium_log.txt
1111
prune demo/output.xml
1212

13-
recursive-include doc Selenium2Library.html
13+
include doc/Selenium2Library.html
1414

1515
recursive-include src/Selenium2Library *.py
1616
graft src/Selenium2Library/lib

demo/package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import metadata
1111

1212
FILES = {
13-
'': ['rundemo.py', 'README.rest'],
13+
'': ['rundemo.py'],
1414
'login_tests': ['valid_login.txt', 'invalid_login.txt', 'resource.txt'],
1515
'demoapp': ['server.py'],
1616
'demoapp/html': ['index.html', 'welcome.html', 'error.html', 'demo.css']

doc/Selenium2Library.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
</head>
9090
<body>
9191
<h1>Selenium2Library</h1>
92-
<b>Version:</b> 0.5<br>
92+
<b>Version:</b> 0.5.1<br>
9393
<b>Scope:</b> global<br>
9494
<b>Named arguments: </b>
9595
supported
@@ -1733,7 +1733,7 @@ <h2>Keywords</h2>
17331733
<p id="footer">
17341734
Altogether 118 keywords.<br />
17351735
Generated by <a href="http://code.google.com/p/robotframework/wiki/LibraryDocumentationTool">libdoc.py</a>
1736-
on 2011-10-22 03:41:10.
1736+
on 2011-10-24 23:22:57.
17371737
</p>
17381738
</body>
17391739
</html>

src/Selenium2Library/metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
ROOT_DIR = os.path.dirname(os.path.abspath(__file__))
55
DATA_DIRS = [ 'lib', 'resources' ]
66

7-
VERSION = '0.5'
7+
VERSION = '0.5.1'
88
NAME = "robotframework-selenium2library"
99
PACKAGE_NAME = "Selenium2Library"
1010

0 commit comments

Comments
 (0)