Skip to content

Commit 4ad4a27

Browse files
committed
update version on init and readme
1 parent b7f0fa2 commit 4ad4a27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ splinter - python tool for test web applications
88

99
splinter is a tool for test web applications with a simple for find elements, form actions, and others browser actions.
1010

11-
`what's new in splinter 0.4.4.1? <http://splinter.cobrateam.info/docs/news.html>`_
11+
`what's new in splinter? <http://splinter.cobrateam.info/docs/news.html>`_
1212

1313
first steps
1414
===========

splinter/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# Use of this source code is governed by a BSD-style
33
# license that can be found in the LICENSE file.
44

5-
__version__ = '0.4.4.1'
5+
__version__ = '0.4.5'
66
from splinter.browser import Browser

0 commit comments

Comments
 (0)