Skip to content

Commit

Permalink
Release version 0.26.0 (#557)
Browse files Browse the repository at this point in the history
* Update setup.py for classifiers
* Release version 1.26.0
  • Loading branch information
whimboo authored May 13, 2019
1 parent 2fe1d2b commit 2a123da
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
13 changes: 13 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
1.26 / 2019-05-13
=================
* Update setup.py for classifiers (#557)
* Add support for Python 3 (#536)
* Testing: Skip remote tests for Thunderbird tinderbox builds (#554)
* Scheduled weekly dependency updates (#520, #522, #535, #540, #546, #552)
* Add Mozilla Code of Conduct file (#547)
* Testing: Removing obsolete test dependencies and MozHTTPBaseTest class (#544)
* Testing: Convert unit tests to plain pytest (#468)
* Testing: Temporarily skip the remote daily debug thunderbird test (#533)
* Testing: Update pytest from 3.8.2 to 4.0.0 (#511, %512, #515)
* Add MPL 2.0 licence, and properly display README on PyPI (#509)

1.25 / 2018-10-22
=================
* Added Support for Firefox Developer Edition (#504)
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.25'
__version__ = '1.26.0'


def parse_arguments(argv):
Expand Down
16 changes: 15 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,21 @@ def get_version():
long_description=read('README.md'),
long_description_content_type='text/markdown',
# Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers
classifiers=[],
classifiers=[
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Intended Audience :: End Users/Desktop",
"License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)",
"Operating System :: POSIX",
"Operating System :: Microsoft :: Windows",
"Operating System :: MacOS :: MacOS X",
"Topic :: Software Development :: Testing",
"Topic :: System :: Software Distribution",
"Topic :: Utilities",
"Programming Language :: Python",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.6",
],
keywords='mozilla',
author='Mozilla Automation and Testing Team',
author_email='[email protected]',
Expand Down

0 comments on commit 2a123da

Please sign in to comment.