<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<meta content="text/html; charset=US-ASCII" http-equiv="Content-Type">
<title>
GitLab
</title>



<style>img {
max-width: 100%; height: auto;
}
</style>
</head>
<body>
<div class="content">

<h3>
Andreas Tille pushed to branch upstream
at <a href="https://salsa.debian.org/med-team/enlighten">Debian Med / enlighten</a>
</h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://salsa.debian.org/med-team/enlighten/-/commit/48bf8e94eb50623ed2b61def78ea789d6c698f5a">48bf8e94</a></strong>
<div>
<span>by Andreas Tille</span>
<i>at 2021-10-01T13:15:21+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">New upstream version 1.10.1</pre>
</li>
</ul>
<h4>30 changed files:</h4>
<ul>
<li class="file-stats">
<a href="#561b88e19de321ca62c7590bbb350765fb110905">
README.rst
</a>
</li>
<li class="file-stats">
<a href="#f1817f975e4313ff61da59229cc1020953c8bc64">
doc/_static/demo.gif
</a>
</li>
<li class="file-stats">
<a href="#cb342c6815d4fbd8ef564a526e9dbd697d2bde40">
doc/api.rst
</a>
</li>
<li class="file-stats">
<a href="#df0576cbb783bc50b36e1efa3cbe0564a26c8295">
doc/conf.py
</a>
</li>
<li class="file-stats">
<a href="#b8dbf98e7df41d3db98ce63658690d8361642c82">
doc/examples.rst
</a>
</li>
<li class="file-stats">
<a href="#69fc74168706e139f1e7f68adcf3b46a9344cb62">
doc/faq.rst
</a>
</li>
<li class="file-stats">
<a href="#1bbcd8980c541f52998ccf56da078edd2ca6a2d0">
doc/index.rst
</a>
</li>
<li class="file-stats">
<a href="#8fa943a2e9204c63ee09efd3bd69d152ed7a45d3">
doc/install.rst
</a>
</li>
<li class="file-stats">
<a href="#05ca072a6378920b4a39ff5c252a7a5e80c0ced4">
doc/patterns.rst
</a>
</li>
<li class="file-stats">
<a href="#6183b26cb04d2d0898586204dd6c4fddf69498fc">
doc/spelling_wordlist.txt
</a>
</li>
<li class="file-stats">
<a href="#5d9486264e5d405b44547e872f50447e3856ea86">
enlighten/__init__.py
</a>
</li>
<li class="file-stats">
<a href="#fe8e3a767e8cba417467b1c3205766ff1a01662b">
<span class="new-file">
+
enlighten/_basemanager.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#0a7637677df5643b7c5c4a334ffe22b8bce2908d">
enlighten/_counter.py
</a>
</li>
<li class="file-stats">
<a href="#59606d2bf863d5a8df07c43f208f5d7b6101e3fe">
enlighten/_manager.py
</a>
</li>
<li class="file-stats">
<a href="#c6746e7096987e1fc6ceb3174b829949c0a06209">
<span class="new-file">
+
enlighten/_notebook_manager.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#d86e92ce1a66a05bb87786a6ac535a10f3c053bd">
enlighten/_util.py
</a>
</li>
<li class="file-stats">
<a href="#96c1822588d01310bdee05754ce351f268b08ec3">
enlighten/counter.py
</a>
</li>
<li class="file-stats">
<a href="#491e8ac0fbebc1330f30dafbf2db13c7a3851e9b">
<span class="new-file">
+
enlighten/manager.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#796f521f483268218ac6a6e0262f785fed3467e8">
examples/demo.py
</a>
</li>
<li class="file-stats">
<a href="#06f40a8082e185cd13a53cac4b2b9e0797f8b302">
examples/ftp_downloader.py
</a>
</li>
<li class="file-stats">
<a href="#d1bd17385c0ed94bdc4f585d739682e9cc09a413">
examples/multicolored.py
</a>
</li>
<li class="file-stats">
<a href="#015294667d2a1d1623306406d6a310333cd11a79">
<span class="new-file">
+
examples/prefixes.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#7ce8b9f946e687a952e4d1a9ae3061055dae97ed">
pylintrc
</a>
</li>
<li class="file-stats">
<a href="#19359a61ae2446b51b549167b014da2fcf265768">
requirements.txt
</a>
</li>
<li class="file-stats">
<a href="#8c91c0296909b5ea3c496fde69e9dc44a6c6ae5f">
setup.cfg
</a>
</li>
<li class="file-stats">
<a href="#8e2edce0d507e1297474f25c00cae94258db38d8">
setup.py
</a>
</li>
<li class="file-stats">
<a href="#8e911f6351f3fa0cd30fc10a701473fbb56707e6">
tests/__init__.py
</a>
</li>
<li class="file-stats">
<a href="#79b5de732e3f8ec2357e19b9b26781c8a20d4b47">
tests/test_counter.py
</a>
</li>
<li class="file-stats">
<a href="#b9b1e9c1248bc6cf0671b6e2e87920615475e79e">
tests/test_manager.py
</a>
</li>
<li class="file-stats">
<a href="#1f95cec4c2ed961e297b907552a63841a1df2bd1">
<span class="new-file">
+
tests/test_notebook_manager.ipynb
</span>
</a>
</li>
</ul>
<h5>The diff was not included because it is too large.</h5>

</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #666;">

<br>
<a href="https://salsa.debian.org/med-team/enlighten/-/commit/48bf8e94eb50623ed2b61def78ea789d6c698f5a">View it on GitLab</a>.
<br>
You're receiving this email because of your account on salsa.debian.org.
If you'd like to receive fewer emails, you can
adjust your notification settings.
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Commit","url":"https://salsa.debian.org/med-team/enlighten/-/commit/48bf8e94eb50623ed2b61def78ea789d6c698f5a"}}</script>


</p>
</div>
</body>
</html>