Skip to content

Commit fa23f77

Browse files
committed
Declaring code 1.0 ready.
Better READMEs, setup.py, etc. still needed before the release. This code can nevertheless now be copied to Robot Framework to get latest fixes and enhancements ythere: http://code.google.com/p/robotframework/issues/detail?id=1627
1 parent d970b7a commit fa23f77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/robotremoteserver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = 'devel'
15+
__version__ = '1.0'
1616

1717
import re
1818
import sys

0 commit comments

Comments
 (0)