Skip to content

Commit

Permalink
smartprinter v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
smartlegionlab committed Jun 16, 2024
1 parent 9f1d9d6 commit 169ca7f
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 14 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD 3-Clause License

Copyright (c) 2024, A.A Suvorov
Copyright (c) 2024, A.A. Suvorov

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ___smartprinter___ - Cross-platform smart printer for console applications.

***

Author and developer: ___A.A Suvorov___
Author and developer: ___A.A. Suvorov___

[![[email protected]](https://img.shields.io/static/v1?label=email:&[email protected]&color=blue)](mailto:[email protected])

Expand All @@ -39,7 +39,7 @@ Author and developer: ___A.A Suvorov___

## What's new?

### ___smartprinter v0.2.0___
### ___smartprinter v0.2.1___

***

Expand Down Expand Up @@ -125,6 +125,6 @@ Printer.pager.echo('Text', show=True)
--------------------------------------------------------
Licensed under the terms of the BSD 3-Clause License
(see LICENSE for details).
Copyright © 2018-2024, A.A Suvorov
Copyright © 2018-2024, A.A. Suvorov
All rights reserved.
--------------------------------------------------------
5 changes: 4 additions & 1 deletion requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@ click
pytest
pytest-cov
tox
build
build
setuptools
wheel
twine
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[metadata]
name = smartprinter
version = attr: smartprinter.__version__
author = A.A Suvorov
author = A.A. Suvorov
author_email = [email protected]
description = 'Cross-platform smart printer for console applications.'
long_description = file: README.md
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# --------------------------------------------------------
# Licensed under the terms of the BSD 3-Clause License
# (see LICENSE for details).
# Copyright © 2018-2024, A.A Suvorov
# Copyright © 2018-2024, A.A. Suvorov
# All rights reserved.
# --------------------------------------------------------
from setuptools import setup, find_packages
Expand Down
4 changes: 2 additions & 2 deletions smartprinter/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# --------------------------------------------------------
# Licensed under the terms of the BSD 3-Clause License
# (see LICENSE for details).
# Copyright © 2018-2024, A.A Suvorov
# Copyright © 2018-2024, A.A. Suvorov
# All rights reserved.
# --------------------------------------------------------
"""Cross-platform smart printer for console applications."""
__version__ = '0.2.0'
__version__ = '0.2.1'
2 changes: 1 addition & 1 deletion smartprinter/commons.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# --------------------------------------------------------
# Licensed under the terms of the BSD 3-Clause License
# (see LICENSE for details).
# Copyright © 2018-2024, A.A Suvorov
# Copyright © 2018-2024, A.A. Suvorov
# All rights reserved.
# --------------------------------------------------------
from smartprinter.printers import (
Expand Down
2 changes: 1 addition & 1 deletion smartprinter/printers.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# --------------------------------------------------------
# Licensed under the terms of the BSD 3-Clause License
# (see LICENSE for details).
# Copyright © 2018-2024, A.A Suvorov
# Copyright © 2018-2024, A.A. Suvorov
# All rights reserved.
# --------------------------------------------------------
"""Printers"""
Expand Down
2 changes: 1 addition & 1 deletion tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# --------------------------------------------------------
# Licensed under the terms of the BSD 3-Clause License
# (see LICENSE for details).
# Copyright © 2018-2024, A.A Suvorov
# Copyright © 2018-2024, A.A. Suvorov
# All rights reserved.
# --------------------------------------------------------
"""TESTS"""
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# --------------------------------------------------------
# Licensed under the terms of the BSD 3-Clause License
# (see LICENSE for details).
# Copyright © 2018-2024, A.A Suvorov
# Copyright © 2018-2024, A.A. Suvorov
# All rights reserved.
# --------------------------------------------------------
import pytest
Expand Down
2 changes: 1 addition & 1 deletion tests/test_printers.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# --------------------------------------------------------
# Licensed under the terms of the BSD 3-Clause License
# (see LICENSE for details).
# Copyright © 2018-2024, A.A Suvorov
# Copyright © 2018-2024, A.A. Suvorov
# All rights reserved.
# --------------------------------------------------------
import shutil
Expand Down

0 comments on commit 169ca7f

Please sign in to comment.