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 4c065ab commit 899bd4eCopy full SHA for 899bd4e
NEWS.rst
@@ -15,6 +15,15 @@ Changelog
15
16
.. towncrier release notes start
17
18
+0.1.2 (2023-12-03)
19
+===================
20
+
21
+Bugfixes
22
+--------
23
24
+- Fix save_file reporting size as 0
25
26
27
0.1.1 (2023-12-01)
28
===================
29
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.1"
+__version__ = "0.1.2"
__license__ = "GNU Lesser General Public License v3.0 (LGPL-3.0)"
__copyright__ = "Copyright (C) 2023-present Amano LLC <https://amanoteam.com>"
0 commit comments