Skip to content

Commit

Permalink
[CI AUTO] Sync triggered by generallibrary
Browse files Browse the repository at this point in the history
  • Loading branch information
runner committed Apr 14, 2021
1 parent f1caca9 commit 0eee840
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This package and 3 other make up [ManderaGeneral](https://github.com/Mandera).
## Information
| Package | Ver | Latest Release | Python | Platform | Lvl | Todo | Tests |
|:-------------------------------------------------------------------|:--------------------------------------------------|:----------------------|:-------------------------------------------------------------------------------------------------------------------------|:----------------|------:|:-----------------------------------------------------------|:--------|
| [generallibrary](https://github.com/ManderaGeneral/generallibrary) | [2.8.2](https://pypi.org/project/generallibrary/) | 2021-04-14 18:28 CEST | [3.8](https://www.python.org/downloads/release/python-380/), [3.9](https://www.python.org/downloads/release/python-390/) | Windows, Ubuntu | 0 | [3](https://github.com/ManderaGeneral/generallibrary#Todo) | 100.0 % |
| [generallibrary](https://github.com/ManderaGeneral/generallibrary) | [2.8.3](https://pypi.org/project/generallibrary/) | 2021-04-14 18:44 CEST | [3.8](https://www.python.org/downloads/release/python-380/), [3.9](https://www.python.org/downloads/release/python-390/) | Windows, Ubuntu | 0 | [3](https://github.com/ManderaGeneral/generallibrary#Todo) | 100.0 % |

## Contents
<pre>
Expand Down Expand Up @@ -230,10 +230,10 @@ This package and 3 other make up [ManderaGeneral](https://github.com/Mandera).
## Todo
| Module | Message |
|:---------------------------------------------------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------|
| <a href='https://github.com/ManderaGeneral/generallibrary/blob/master/generallibrary/objinfo/objinfo.py#L1'>objinfo.py</a> | <a href='https://github.com/ManderaGeneral/generallibrary/blob/master/generallibrary/objinfo/objinfo.py#L18'>Recycle ObjInfo.</a> |
| <a href='https://github.com/ManderaGeneral/generallibrary/blob/master/generallibrary/versions.py#L1'>versions.py</a> | <a href='https://github.com/ManderaGeneral/generallibrary/blob/master/generallibrary/versions.py#L17'>Use Ver in each part of VerInfo.</a> |
| <a href='https://github.com/ManderaGeneral/generallibrary/blob/master/generallibrary/objinfo/objinfo.py#L1'>objinfo.py</a> | <a href='https://github.com/ManderaGeneral/generallibrary/blob/master/generallibrary/objinfo/objinfo.py#L18'>Recycle ObjInfo.</a> |
| <a href='https://github.com/ManderaGeneral/generallibrary/blob/master/generallibrary/functions.py#L1'>functions.py</a> | <a href='https://github.com/ManderaGeneral/generallibrary/blob/master/generallibrary/functions.py#L26'>Remove classproperty once 3.8 is no longer supported.</a> |

<sup>
Generated 2021-04-14 18:28 CEST for commit <a href='https://github.com/ManderaGeneral/generallibrary/commit/9fb5661'>9fb5661</a>.
Generated 2021-04-14 18:44 CEST for commit <a href='https://github.com/ManderaGeneral/generallibrary/commit/master'>master</a>.
</sup>
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
name="generallibrary",
author='Rickard "Mandera" Abraham',
author_email="rickard.abraham@gmail.com",
version="2.8.2",
version="2.8.3",
description="Random useful code categorized into modules.",
long_description=(Path(__file__).parent / 'README.md').read_text(encoding='utf-8'),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 0eee840

Please sign in to comment.