Skip to content

Commit

Permalink
Prepared update version v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Nakama3942 committed Jun 30, 2023
1 parent 577f51d commit b9622fb
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 144 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -547,8 +547,17 @@ print(f"{GetAnsiFormat('reset/on')}Test string")

## Extension update v0.9.0 (29.06.2023)

*On PyPi, it was tested and removed.*

#### Enhancements:
- Moved from `setup.py` to `pyproject.toml`;
- Began to collect `wheel`;

---

## Documenting update v0.9.1 (30.06.2023)

#### Documenting:
- Updated documentation;

---
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,9 @@ Any information to the output can be turned off (according to the default, every
- [x] v0.7.2 - Categories update (separated the entry category from the type)
- [x] v0.8.0 - Export update (added conversion to csv)
- [x] v0.9.0 - Extension update (made wheel format and instruction of toml)
- [ ] v0.9.1 - Documenting update (all updates since v0.7.0 are documented; updated old documentation; documentation site generation added)
- [x] v0.9.1 - Documenting update (documented library)
- [ ] v0.9.2 - Feature update (made optimizations)
- [ ] v0.9.3 - Web docs update (added generation of web docs)
- [ ] v1.0.0 - Completion of logger development (logger development completed)
- [ ] v1.1.0 - Font update (added a class that formats text outside the logger)

Expand Down
2 changes: 0 additions & 2 deletions mighty_logger/simple_logger.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
"""
...
\n
Copyright © 2023 Kalynovsky Valentin. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "mighty_logger"
version = "0.9.0"
version = "0.9.1"
authors = [
{name = "Kalynovsky 'Nakamura Akira' Valentin", email = "nakama3942@gmail.com"},
]
Expand Down
104 changes: 0 additions & 104 deletions test/test.py

This file was deleted.

36 changes: 0 additions & 36 deletions test/test_simple.py

This file was deleted.

0 comments on commit b9622fb

Please sign in to comment.