Skip to content

Commit b91776d

Browse files
committed
Bumped version to 1.2.2, only supports python 3.8+ now
1 parent b2173f6 commit b91776d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

emerge/appear.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
LOGGER = Logger(logging.getLogger('emerge'))
3232
coloredlogs.install(level='E', logger=LOGGER.logger(), fmt=Logger.log_format)
3333

34-
__version__ = '1.2.1'
35-
__updated__ = '2022-04-25 21:11:53'
34+
__version__ = '1.2.2'
35+
__updated__ = '2022-04-26 22:12:49'
3636

3737

3838
class Emerge:

emerge/output/html/emerge.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ <h6 class="card-header">
9090
<path d="M2 1a1 1 0 1 0 0 2 1 1 0 0 0 0-2zM0 2a2 2 0 0 1 3.937-.5h8.126A2 2 0 1 1 14.5 3.937v8.126a2 2 0 1 1-2.437 2.437H3.937A2 2 0 1 1 1.5 12.063V3.937A2 2 0 0 1 0 2zm2.5 1.937v8.126c.703.18 1.256.734 1.437 1.437h8.126a2.004 2.004 0 0 1 1.437-1.437V3.937A2.004 2.004 0 0 1 12.063 2.5H3.937A2.004 2.004 0 0 1 2.5 3.937zM14 1a1 1 0 1 0 0 2 1 1 0 0 0 0-2zM2 13a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm12 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2z"/>
9191
</svg>
9292
<span>
93-
<small>Emerge v1.2.1</small>
93+
<small>Emerge v1.2.2</small>
9494
</span>
9595
</span>
9696
</h6>

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
classifiers=[
3232
"License :: OSI Approved :: MIT License",
3333
"Programming Language :: Python :: 3",
34-
"Programming Language :: Python :: 3.7",
34+
"Programming Language :: Python :: 3.8",
3535
],
3636

3737
install_requires=[

0 commit comments

Comments
 (0)