Skip to content

Commit

Permalink
Up version from 0.6.0 to 0.6.1, Describe changes
Browse files Browse the repository at this point in the history
  • Loading branch information
RuedigerVoigt committed Jan 22, 2021
1 parent 31a773f commit 57fd340
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Changelog for salted

## Upcoming beta (January 2021)
## Version 0.6.1 beta (January 22, 2021)

* Log file access errors (like missing permissions) and list them in the output.
* Log file access errors (like missing permissions) and list them in reports.
* Add time stamp to reports.
* New dependency: [`compatibility`](https://github.com/RuedigerVoigt/compatibility) (`>=0.8.0`) is added. This warns you if you use `salted` with an untested or unsupported version of Python. As a sister project of `salted` development is coordinated.

## Version 0.6.0 beta (January 08, 2021)
Expand Down
2 changes: 1 addition & 1 deletion salted/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
from salted.__main__ import Salted

NAME = "salted"
__version__ = "0.6.0"
__version__ = "0.6.1"
__author__ = "Rüdiger Voigt"
2 changes: 1 addition & 1 deletion salted/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class Salted:
"""Main class. Creates the other Objects, starts workers,
collects results and starts the report of results. """

VERSION = '0.6.0'
VERSION = '0.6.1'

def __init__(self,
cache_file: Union[pathlib.Path, str],
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setuptools.setup(
name="salted",
version="0.6.0",
version="0.6.1",
author="Rüdiger Voigt",
author_email="projects@ruediger-voigt.eu",
description="Smart, Asynchronous Link Tester with Database backend",
Expand Down

0 comments on commit 57fd340

Please sign in to comment.