Skip to content

Commit

Permalink
smartcliapp v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
smartlegionlab committed Jun 16, 2024
1 parent 1867550 commit e9c1203
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 15 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 @@ ___smartcliapp___ - Cross-platform library of tools for creating console applica

***

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

[![smartlegiondev@gmail.com](https://img.shields.io/static/v1?label=email:&message=smartlegiondev@gmail.com&color=blue)](mailto:smartlegiondev@gmail.com)

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

## What's new?

___smartcliapp v0.4.0___
___smartcliapp v0.4.1___

## Warning!

Expand Down Expand Up @@ -114,6 +114,6 @@ class CliMan(Informer):
--------------------------------------------------------
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.
--------------------------------------------------------
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
setuptools~=57.0.0
smartprinter~=0.2.0
smartprinter~=0.2.1
click~=8.0.1
7 changes: 5 additions & 2 deletions requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@ pytest
pytest-cov
tox
build
smartprinter~=0.1.1
click~=8.0.1
smartprinter~=0.2.1
click~=8.0.1
setuptools
wheel
twine
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[metadata]
name = smartcliapp
version = attr: smartcliapp.__version__
author = A.A Suvorov
author = A.A. Suvorov
author_email = smartlegiondev@gmail.com
description = 'Cross-platform library of tools for creating console applications, based on the click library.'
long_description = file: README.md
Expand Down Expand Up @@ -37,7 +37,7 @@ packages = find:
include_package_data = true
zip_safe = false
install_requires =
smartprinter~=0.2.0
smartprinter~=0.2.1
click~=8.0.1

[coverage:run]
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 smartcliapp/__init__.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# --------------------------------------------------------
# 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 library of tools for creating console
applications, based on the click library."""
from smartcliapp.climanager import CliManager
from smartcliapp.informer import Informer
__version__ = '0.4.0'
__version__ = '0.4.1'
2 changes: 1 addition & 1 deletion smartcliapp/climanager.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 sys
Expand Down
2 changes: 1 addition & 1 deletion smartcliapp/informer.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 Printer
Expand Down

0 comments on commit e9c1203

Please sign in to comment.