Skip to content

Commit 52b7d72

Browse files
committed
Bump version to 3.1.0
1 parent c394508 commit 52b7d72

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
Changelog
22
=========
3+
3.1.0 (2019-02-19)
4+
------------------
5+
* Added new autograph stage public key
6+
* Dropped python3.5 support
7+
38
3.0.0 (2018-09-06)
49
------------------
510
* Support extracting mar hash for external signing, and injecting signatures

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def read(*names, **kwargs):
2929

3030
setup(
3131
name='mar',
32-
version='3.0.0',
32+
version='3.1.0',
3333
license='MPL 2.0',
3434
description='Package for handling Mozilla Archive files.',
3535
long_description='%s\n%s' % (

src/mardor/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
99
The primary modules of interest are `mardor.reader` and `mardor.writer`
1010
"""
11-
version = (3, 0, 0)
12-
version_str = "3.0.0"
11+
version = (3, 1, 0)
12+
version_str = "3.1.0"

0 commit comments

Comments
 (0)