monkeytoolbox 0.4.0__tar.gz → 1.0.0__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.
@@ -7,7 +7,10 @@ Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to
7
7
  the [PEP 440 version scheme](https://peps.python.org/pep-0440/#version-scheme).
8
8
 
9
9
 
10
- ## [0.4.0]
10
+ ## [1.0.0] - 2024-07-09
11
+ This release is identical to 0.4.0.
12
+
13
+ ## [0.4.0] - 2024-06-25
11
14
  ### Fixed
12
15
  - Error that prevents monkeytoolbox from being imported on Darwin. #6
13
16
  - Import error in `open_new_securely_permissioned_file()` on Windows. #6
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: monkeytoolbox
3
- Version: 0.4.0
3
+ Version: 1.0.0
4
4
  Summary: Miscellaneous convenience utilities for Python programs
5
5
  Home-page: https://github.com/guardicode/monkeytoolbox
6
6
  License: GPLv3
@@ -43,7 +43,7 @@ paths = ["monkeytoolbox", "vulture_allowlist.py"]
43
43
 
44
44
  [tool.poetry]
45
45
  name = "monkeytoolbox"
46
- version = "v0.4.0"
46
+ version = "v1.0.0"
47
47
  description = "Miscellaneous convenience utilities for Python programs"
48
48
  authors = [
49
49
  "Ilija Lazoroski <ilija.la@live.com>",
File without changes
File without changes