Skip to content

Commit

Permalink
Bump version to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
catlee committed Feb 20, 2019
1 parent c394508 commit 1acb93e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Changelog
=========
3.1.0 (2019-02-19)
------------------
* Added new autograph stage public key

3.0.0 (2018-09-06)
------------------
* Support extracting mar hash for external signing, and injecting signatures
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def read(*names, **kwargs):

setup(
name='mar',
version='3.0.0',
version='3.1.0',
license='MPL 2.0',
description='Package for handling Mozilla Archive files.',
long_description='%s\n%s' % (
Expand Down
4 changes: 2 additions & 2 deletions src/mardor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
The primary modules of interest are `mardor.reader` and `mardor.writer`
"""
version = (3, 0, 0)
version_str = "3.0.0"
version = (3, 1, 0)
version_str = "3.1.0"

0 comments on commit 1acb93e

Please sign in to comment.