Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Zoppi <[email protected]>
  • Loading branch information
TexZK committed Dec 24, 2024
1 parent 6517708 commit a3553b5
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
@@ -1,6 +1,13 @@
Changelog
=========

0.4.2 (2024-12-24)
------------------

* Improved loading from / saving to streams.
* ``hexrec.base.FILE_TYPES`` changed into lowercase ``file_types``.


0.4.1 (2024-10-05)
------------------

Expand Down
2 changes: 1 addition & 1 deletion src/hexrec/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
# POSSIBILITY OF SUCH DAMAGE.

__version__ = '0.4.1'
__version__ = '0.4.2'

from .base import convert
from .base import file_types
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ skip_install = true

commands =
python setup.py sdist
; twine check --strict dist{/}hexrec-* ; heck, tox 4 doesn't allow globs anymore
twine check --strict dist{/}hexrec-0.4.1.tar.gz
; twine check --strict dist{/}hexrec-* ; FIXME: heck, tox 4 doesn't allow globs anymore
twine check --strict dist{/}hexrec-0.4.2.tar.gz
check-manifest {toxinidir}
flake8 src setup.py
isort --verbose --check-only --diff src tests setup.py
Expand Down

0 comments on commit a3553b5

Please sign in to comment.