runem 0.0.2__tar.gz → 0.0.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {runem-0.0.2 → runem-0.0.4}/HISTORY.md +12 -0
- {runem-0.0.2 → runem-0.0.4}/MANIFEST.in +1 -0
- {runem-0.0.2 → runem-0.0.4}/PKG-INFO +1 -1
- runem-0.0.4/runem/VERSION +1 -0
- {runem-0.0.2 → runem-0.0.4}/runem.egg-info/PKG-INFO +1 -1
- {runem-0.0.2 → runem-0.0.4}/runem.egg-info/SOURCES.txt +1 -0
- runem-0.0.4/tests/__init__.py +0 -0
- runem-0.0.2/runem/VERSION +0 -1
- {runem-0.0.2 → runem-0.0.4}/Containerfile +0 -0
- {runem-0.0.2 → runem-0.0.4}/LICENSE +0 -0
- {runem-0.0.2 → runem-0.0.4}/README.md +0 -0
- {runem-0.0.2 → runem-0.0.4}/runem/__init__.py +0 -0
- {runem-0.0.2 → runem-0.0.4}/runem/__main__.py +0 -0
- {runem-0.0.2 → runem-0.0.4}/runem/base.py +0 -0
- {runem-0.0.2 → runem-0.0.4}/runem/cli.py +0 -0
- /runem-0.0.2/scripts/__init__.py → /runem-0.0.4/runem/py.typed +0 -0
- {runem-0.0.2 → runem-0.0.4}/runem/run_command.py +0 -0
- {runem-0.0.2 → runem-0.0.4}/runem/runem.py +0 -0
- {runem-0.0.2 → runem-0.0.4}/runem.egg-info/dependency_links.txt +0 -0
- {runem-0.0.2 → runem-0.0.4}/runem.egg-info/entry_points.txt +0 -0
- {runem-0.0.2 → runem-0.0.4}/runem.egg-info/requires.txt +0 -0
- {runem-0.0.2 → runem-0.0.4}/runem.egg-info/top_level.txt +0 -0
- {runem-0.0.2/tests → runem-0.0.4/scripts}/__init__.py +0 -0
- {runem-0.0.2 → runem-0.0.4}/setup.cfg +0 -0
- {runem-0.0.2 → runem-0.0.4}/setup.py +0 -0
- {runem-0.0.2 → runem-0.0.4}/tests/conftest.py +0 -0
- {runem-0.0.2 → runem-0.0.4}/tests/test_base.py +0 -0
@@ -4,6 +4,18 @@ Changelog
|
|
4
4
|
|
5
5
|
(unreleased)
|
6
6
|
------------
|
7
|
+
- Chore(typing): moves py.typed into package src dir. [Frank Harrison]
|
8
|
+
|
9
|
+
|
10
|
+
0.0.3 (2023-11-27)
|
11
|
+
------------------
|
12
|
+
- Release: version 0.0.3 🚀 [Frank Harrison]
|
13
|
+
- Chore(typing): adds the py.typed to the manifest. [Frank Harrison]
|
14
|
+
|
15
|
+
|
16
|
+
0.0.2 (2023-11-27)
|
17
|
+
------------------
|
18
|
+
- Release: version 0.0.2 🚀 [Frank Harrison]
|
7
19
|
- Chore(typing): adds a py.typed marker file for upstream mypy tests.
|
8
20
|
[Frank Harrison]
|
9
21
|
|
@@ -0,0 +1 @@
|
|
1
|
+
0.0.4
|
File without changes
|
runem-0.0.2/runem/VERSION
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
0.0.2
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|