Skip to content

Commit

Permalink
[CI AUTO] Sync triggered by generalpackager
Browse files Browse the repository at this point in the history
  • Loading branch information
runner committed Feb 7, 2021
1 parent 7433e37 commit 035fdd3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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 | Version | Latest Release | Python | Platform | Todos | Hierarchy |
|:-------------------------------------------------------------------|:--------------------------------------------------|:---------------------|:-------------------------------------------------------------------------------------------------------------------------|:----------------|:------------------------------------------------------------|------------:|
| [generallibrary](https://github.com/ManderaGeneral/generallibrary) | [2.6.1](https://pypi.org/project/generallibrary/) | 2021-02-05 18:47 CET | [3.8](https://www.python.org/downloads/release/python-380/), [3.9](https://www.python.org/downloads/release/python-390/) | Windows, Ubuntu | [23](https://github.com/ManderaGeneral/generallibrary#Todo) | 0 |
| [generallibrary](https://github.com/ManderaGeneral/generallibrary) | [2.6.2](https://pypi.org/project/generallibrary/) | 2021-02-07 11:16 CET | [3.8](https://www.python.org/downloads/release/python-380/), [3.9](https://www.python.org/downloads/release/python-390/) | Windows, Ubuntu | [23](https://github.com/ManderaGeneral/generallibrary#Todo) | 0 |

## Contents
<pre>
Expand Down Expand Up @@ -242,7 +242,7 @@ This package and 3 other make up [ManderaGeneral](https://github.com/Mandera).
| <a href='https://github.com/ManderaGeneral/generallibrary/blob/master/generallibrary/types\_.py#L1'>types\_.py</a> | <a href='https://github.com/ManderaGeneral/generallibrary/blob/master/generallibrary/types\_.py#L206'>TnD</a> |
| <a href='https://github.com/ManderaGeneral/generallibrary/blob/master/generallibrary/code.py#L1'>code.py</a> | <a href='https://github.com/ManderaGeneral/generallibrary/blob/master/generallibrary/code.py#L34'>Search for old CodeGen and replace.</a> |
| <a href='https://github.com/ManderaGeneral/generallibrary/blob/master/generallibrary/code.py#L1'>code.py</a> | <a href='https://github.com/ManderaGeneral/generallibrary/blob/master/generallibrary/code.py#L35'>Maybe put (parts of?) this directly in TreeDiagram.</a> |
| <a href='https://github.com/ManderaGeneral/generallibrary/blob/master/generallibrary/code.py#L1'>code.py</a> | <a href='https://github.com/ManderaGeneral/generallibrary/blob/master/generallibrary/code.py#L95'>Refactor link methods to ObjInfo.</a> |
| <a href='https://github.com/ManderaGeneral/generallibrary/blob/master/generallibrary/code.py#L1'>code.py</a> | <a href='https://github.com/ManderaGeneral/generallibrary/blob/master/generallibrary/code.py#L106'>Refactor link methods to ObjInfo.</a> |
| <a href='https://github.com/ManderaGeneral/generallibrary/blob/master/generallibrary/objinfo/subsets\_methods.py#L1'>subsets\_methods.py</a> | <a href='https://github.com/ManderaGeneral/generallibrary/blob/master/generallibrary/objinfo/subsets\_methods.py#L1'>Subset methods for ObjInfo.is\_method().</a> |
| <a href='https://github.com/ManderaGeneral/generallibrary/blob/master/generallibrary/objinfo/children.py#L1'>children.py</a> | <a href='https://github.com/ManderaGeneral/generallibrary/blob/master/generallibrary/objinfo/children.py#L60'>Define TreeDiagram.\_\_iter\_\_ as well, but without generation.</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'>Module tree for ObjInfo.</a> |
Expand All @@ -251,5 +251,5 @@ This package and 3 other make up [ManderaGeneral](https://github.com/Mandera).
| <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#L21'>Disable save, load and copy.</a> |

<sup>
Generated 2021-02-07 08:59 CET for commit <a href='https://github.com/ManderaGeneral/generallibrary/commit/master'>master</a>.
Generated 2021-02-07 11:17 CET for commit <a href='https://github.com/ManderaGeneral/generallibrary/commit/master'>master</a>.
</sup>
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generallibrary",
"version": "2.6.1",
"version": "2.6.2",
"description": "Random useful code categorized into modules.",
"install_requires": [
"packaging",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
name="generallibrary",
author='Rickard "Mandera" Abraham',
author_email="rickard.abraham@gmail.com",
version="2.6.1",
version="2.6.2",
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 035fdd3

Please sign in to comment.