We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab59bfa commit f54bc1aCopy full SHA for f54bc1a
NEWS.rst
@@ -15,6 +15,16 @@ Changelog
15
16
.. towncrier release notes start
17
18
+0.1.3 (2023-12-03)
19
+===================
20
+
21
+Bugfixes
22
+--------
23
24
+- Fix handle_download file name
25
+ `#3 <https://github.com/AmanoTeam/hydrogram/issues/3>`_
26
27
28
0.1.2 (2023-12-03)
29
===================
30
hydrogram/__init__.py
@@ -17,7 +17,7 @@
# You should have received a copy of the GNU Lesser General Public License
# along with Hydrogram. If not, see <http://www.gnu.org/licenses/>.
-__version__ = "0.1.2"
+__version__ = "0.1.3"
__license__ = "GNU Lesser General Public License v3.0 (LGPL-3.0)"
__copyright__ = "Copyright (C) 2023-present Amano LLC <https://amanoteam.com>"
0 commit comments