Skip to content

Commit f54bc1a

Browse files
chore: release v0.1.3
1 parent ab59bfa commit f54bc1a

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

NEWS.rst

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

1616
.. towncrier release notes start
1717
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+
1828
0.1.2 (2023-12-03)
1929
===================
2030

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.2"
20+
__version__ = "0.1.3"
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)