Skip to content

Commit 899bd4e

Browse files
chore: release v0.1.2
1 parent 4c065ab commit 899bd4e

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

NEWS.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@ Changelog
1515

1616
.. towncrier release notes start
1717
18+
0.1.2 (2023-12-03)
19+
===================
20+
21+
Bugfixes
22+
--------
23+
24+
- Fix save_file reporting size as 0
25+
26+
1827
0.1.1 (2023-12-01)
1928
===================
2029

hydrogram/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# You should have received a copy of the GNU Lesser General Public License
1818
# along with Hydrogram. If not, see <http://www.gnu.org/licenses/>.
1919

20-
__version__ = "0.1.1"
20+
__version__ = "0.1.2"
2121
__license__ = "GNU Lesser General Public License v3.0 (LGPL-3.0)"
2222
__copyright__ = "Copyright (C) 2023-present Amano LLC <https://amanoteam.com>"
2323

0 commit comments

Comments
 (0)