Skip to content

Commit

Permalink
Bump version to 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris AtLee committed Jan 18, 2018
1 parent 27c6cc0 commit 38409d0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Changelog
=========

2.2.3 (2018-01-18)
------------------
* Update dependencies; dependencies are now also pinned in setup.py
* Correct the key size in exception messages
* Fix for construct 2.8.22 and higher
* Fix for hypothesis 3.44.16

2.2.2 (2017-07-06)
-----------------------------------------
* Fix bug when writing MAR files: the index size was incorrect
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def read(*names, **kwargs):

setup(
name='mar',
version='2.2.2',
version='2.2.3',
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 = (2, 2, 2)
version_str = "2.2.2"
version = (2, 2, 3)
version_str = "2.2.3"

0 comments on commit 38409d0

Please sign in to comment.