Skip to content

Commit 4562a16

Browse files
committed
Release 0.7.6
1 parent 1f4e0b3 commit 4562a16

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

CHANGES.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22
CHANGES
33
=======
44

5+
0.7.6 (2021-07-28)
6+
------------------
7+
8+
* Wheels are now published for all platforms.
9+
* Fixed ``ResourceWarning: unclosed file`` in ``setup.py``.
10+
* Run ``black`` on the entire source code.
11+
* Moved the QA/CI to GitHub.
12+
* Rebuild Cython wrapper with Cython 0.29.24.
13+
* Updated ``libmarisa-trie`` to the latest version (0.2.6).
14+
* Fixed failing tests and usage of deprecated methods.
15+
* Expanded supported Python version (2.6 - 3.10).
16+
17+
518
0.7.5 (2018-04-10)
619
------------------
720

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) marisa-trie authors and contributors, 2012-2016
1+
Copyright (c) marisa-trie authors and contributors, 2012-2021
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
# built documents.
6060
#
6161
# The short X.Y version.
62-
version = "0.7.5"
62+
version = "0.7.6"
6363
# The full version, including alpha/beta/rc tags.
6464
release = version
6565

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262

6363
setup(
6464
name="marisa-trie",
65-
version="0.7.5",
65+
version="0.7.6",
6666
description=DESCRIPTION,
6767
long_description=LONG_DESCRIPTION,
6868
long_description_content_type="text/x-rst",

0 commit comments

Comments
 (0)