Skip to content

Commit

Permalink
climan v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
smartlegionlab committed Jun 16, 2024
1 parent 5358649 commit b21b577
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 10 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) 2021, A.A Suvorov
Copyright (c) 2021, A.A. Suvorov
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ ___climan___ - Cross-platform config and manager for click console utilities.

***

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])

***

## What is news:

### ___climan v0.2.0___
### ___climan v0.2.1___

***

Expand Down
4 changes: 2 additions & 2 deletions climan/__init__.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# --------------------------------------------------------
# Licensed under the terms of the BSD 3-Clause License
# (see LICENSE for details).
# Copyright © 2024, A.A Suvorov
# Copyright © 2024, A.A. Suvorov
# All rights reserved.
# --------------------------------------------------------
# Url: https://github.com/smartlegionlab
# --------------------------------------------------------
"""Cross-platform config and manager for click console utilities."""
__version__ = '0.2.0'
__version__ = '0.2.1'
2 changes: 1 addition & 1 deletion climan/configs.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 © 2024, A.A Suvorov
# Copyright © 2024, A.A. Suvorov
# All rights reserved.
# --------------------------------------------------------
# Url: https://github.com/smartlegionlab
Expand Down
2 changes: 1 addition & 1 deletion climan/managers.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 © 2024, A.A Suvorov
# Copyright © 2024, A.A. Suvorov
# All rights reserved.
# --------------------------------------------------------
# Url: https://github.com/smartlegionlab
Expand Down
3 changes: 2 additions & 1 deletion requirements/requirement-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
setuptools
wheel
pytest
pytest-cov
build
tox
click~=8.0.1
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = climan
version = attr: climan.__version__
url = https://github.com/smartlegionlab/climan/
author = A.A Suvorov
author = A.A. Suvorov
author_email = [email protected]
description = Cross-platform config and manager for click console utilities.
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 © 2024, A.A Suvorov
# Copyright © 2024, A.A. Suvorov
# All rights reserved.
# --------------------------------------------------------
# Url: https://github.com/smartlegionlab
Expand Down

0 comments on commit b21b577

Please sign in to comment.