Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rgonalo committed Apr 12, 2016
1 parent 395d387 commit 53b4292
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Expand Up @@ -4,7 +4,7 @@ Toolium Changelog
v1.0.0
------

*In development*
*Release date: 2016-04-12*

- Refactor to rename assertScreenshot to assert_screenshot and assertFullScreenshot to assert_full_screenshot
- Refactor to move config property 'browser' in [Browser] section to 'type' property in [Driver] section
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
v1.0.0.dev0
v1.0.0
1 change: 0 additions & 1 deletion toolium/test/test_jira.py
Expand Up @@ -38,7 +38,6 @@ def setUp(self):
def tearDown(self):
self.logger_patch.stop()

def tearDown(self):
# Clear jira module configuration
jira.enabled = None
jira.execution_url = None
Expand Down

0 comments on commit 53b4292

Please sign in to comment.