Skip to content

Commit

Permalink
Release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mnoorenberghe committed Jan 18, 2017
1 parent 3029a78 commit cdc737f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ The screenshots can be found in the following directories for now (issue 9 will
Use `fetch_screenshots` to fetch screenshots from Mozilla automation (e.g. Try server):

pip install -U mozscreenshots
fetch_screenshots -r 9f4d4ce255a1
fetch_screenshots -n 2017-01-17
fetch_screenshots --project mozilla-central -r 3e275d37a06236981bff399b7d7aa0646be3fee7
fetch_screenshots -r <try_rev>

# comparing images for changes

Expand Down
2 changes: 1 addition & 1 deletion mozscreenshots/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

from runner import *

__version__ = '0.3.1'
__version__ = '0.4.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from setuptools import setup

PACKAGE_NAME = 'mozscreenshots'
PACKAGE_VERSION = '0.3.1'
PACKAGE_VERSION = '0.4.0'

desc = """Takes screenshots of different states of a Mozilla application"""

Expand Down

0 comments on commit cdc737f

Please sign in to comment.