File tree Expand file tree Collapse file tree 4 files changed +16
-3
lines changed Expand file tree Collapse file tree 4 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 2
2
CHANGES
3
3
=======
4
4
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
+
5
18
0.7.5 (2018-04-10)
6
19
------------------
7
20
Original file line number Diff line number Diff line change 1
- Copyright (c) marisa-trie authors and contributors, 2012-2016
1
+ Copyright (c) marisa-trie authors and contributors, 2012-2021
2
2
3
3
Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 59
59
# built documents.
60
60
#
61
61
# The short X.Y version.
62
- version = "0.7.5 "
62
+ version = "0.7.6 "
63
63
# The full version, including alpha/beta/rc tags.
64
64
release = version
65
65
Original file line number Diff line number Diff line change 62
62
63
63
setup (
64
64
name = "marisa-trie" ,
65
- version = "0.7.5 " ,
65
+ version = "0.7.6 " ,
66
66
description = DESCRIPTION ,
67
67
long_description = LONG_DESCRIPTION ,
68
68
long_description_content_type = "text/x-rst" ,
You can’t perform that action at this time.
0 commit comments