Skip to content

Commit

Permalink
Release version 1.21 (mozilla#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
whimboo committed Sep 20, 2016
1 parent f07f71c commit a4ee1d2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
1.21 / 2016-09-20
=================
* Change default branch for Thunderbird in manual tests to comm-central (#402)
* Add date parameter to api-9 test in test_fennec.py (#404) (#405)
* Update to treeherder-client 3.0.0 (#401)
* Update README.md to fix syntax error (#399)
* Add pylama call to tox config file (#395)
* Use pytest as testrunner for unit tests #359

1.20.2 / 2016-02-12
===================

Expand Down
2 changes: 1 addition & 1 deletion mozdownload/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

from mozdownload import factory, scraper

__version__ = '1.20.2'
__version__ = '1.21'


def parse_arguments(argv):
Expand Down

0 comments on commit a4ee1d2

Please sign in to comment.