Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TexZK committed Mar 5, 2020
1 parent 7bf2dac commit dda06d0
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

0.2.1 (2020-03-05)
------------------

* Fixed flood with empty span


0.2.0 (2020-02-01)
------------------

Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ Overview
:alt: PyPI Package latest release
:target: https://pypi.org/project/hexrec/

.. |commits-since| image:: https://img.shields.io/github/commits-since/TexZK/hexrec/v0.2.0.svg
.. |commits-since| image:: https://img.shields.io/github/commits-since/TexZK/hexrec/v0.2.1.svg
:alt: Commits since latest release
:target: https://github.com/TexZK/hexrec/compare/v0.2.0...master
:target: https://github.com/TexZK/hexrec/compare/v0.2.1...master

.. |wheel| image:: https://img.shields.io/pypi/wheel/hexrec.svg
:alt: PyPI Wheel
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
year = '2020'
author = 'Andrea Zoppi'
copyright = '{0}, {1}'.format(year, author)
version = release = '0.2.0'
version = release = '0.2.1'

pygments_style = 'trac'
templates_path = ['_templates']
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def read(*names, **kwargs):

setup(
name='hexrec',
version='0.2.0',
version='0.2.1',
license='BSD 2-Clause License',
description='Library to handle hexadecimal record files',
long_description='%s\n%s' % (
Expand Down
2 changes: 1 addition & 1 deletion src/hexrec/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
# POSSIBILITY OF SUCH DAMAGE.

__version__ = '0.2.0'
__version__ = '0.2.1'

0 comments on commit dda06d0

Please sign in to comment.