Skip to content

Commit

Permalink
Bump to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
russfeld committed Mar 15, 2021
1 parent 9a6ab6b commit 63c6beb
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions cc410/register/ReceiptPrinter.py
Expand Up @@ -70,6 +70,7 @@ def end_receipt(self) -> None:
self.__writer.write("**** RECEIPT END: {} ****\n".
format(datetime.now().strftime("%Y%m%d-%H:%M:%S")))
self.__writer.write("========================================\n")
self.__writer.flush()

def close(self) -> None:
"""Closes the file."""
Expand Down
Binary file modified dist/register-0.1.5-py3-none-any.whl
Binary file not shown.
Binary file modified dist/register-0.1.5.tar.gz
Binary file not shown.
Binary file added dist/register-1.0.0-py3-none-any.whl
Binary file not shown.
Binary file added dist/register-1.0.0.tar.gz
Binary file not shown.
5 changes: 4 additions & 1 deletion docs/register/ReceiptPrinter.html
Expand Up @@ -108,6 +108,7 @@ <h1 class="title">Module <code>cc410.register.ReceiptPrinter</code></h1>
self.__writer.write(&#34;**** RECEIPT END: {} ****\n&#34;.
format(datetime.now().strftime(&#34;%Y%m%d-%H:%M:%S&#34;)))
self.__writer.write(&#34;========================================\n&#34;)
self.__writer.flush()

def close(self) -&gt; None:
&#34;&#34;&#34;Closes the file.&#34;&#34;&#34;
Expand Down Expand Up @@ -184,6 +185,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
self.__writer.write(&#34;**** RECEIPT END: {} ****\n&#34;.
format(datetime.now().strftime(&#34;%Y%m%d-%H:%M:%S&#34;)))
self.__writer.write(&#34;========================================\n&#34;)
self.__writer.flush()

def close(self) -&gt; None:
&#34;&#34;&#34;Closes the file.&#34;&#34;&#34;
Expand Down Expand Up @@ -231,7 +233,8 @@ <h2 id="raises">Raises</h2>
self.__writer.write(&#34;========================================\n&#34;)
self.__writer.write(&#34;**** RECEIPT END: {} ****\n&#34;.
format(datetime.now().strftime(&#34;%Y%m%d-%H:%M:%S&#34;)))
self.__writer.write(&#34;========================================\n&#34;)</code></pre>
self.__writer.write(&#34;========================================\n&#34;)
self.__writer.flush()</code></pre>
</details>
</dd>
<dt id="cc410.register.ReceiptPrinter.ReceiptPrinter.print_line"><code class="name flex">
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = register
version = 0.1.5
version = 1.0.0
author = Russell Feldhausen
author_email = russfeld@ksu.edu
description = CC 410 Register
Expand Down

0 comments on commit 63c6beb

Please sign in to comment.