We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c00f2e7 commit 0307b92Copy full SHA for 0307b92
CHANGES.md
@@ -1,6 +1,14 @@
1
Changelog
2
=========
3
4
+0.3.0 (2021-02-15)
5
+------------------
6
+
7
+### Changed
8
9
+- Use `str.zfill` instead of `str.rjust` for adding leading zeros.
10
11
12
0.2.0 (2019-08-13)
13
------------------
14
setup.py
@@ -13,7 +13,7 @@ def long_desc():
setuptools.setup(
15
name='mintotp',
16
- version='0.3.0-dev',
+ version='0.3.0',
17
author='Susam Pal',
18
author_email='susam@susam.in',
19
description='MinTOTP - Minimal TOTP Generator',
0 commit comments