Skip to content
This repository was archived by the owner on Apr 11, 2022. It is now read-only.

Commit e89a460

Browse files
author
PyBash
committed
Release v2.2.0
1 parent 697fb0c commit e89a460

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# 2.2.0 (The Debug Update)
2+
- Lots of bug fixes
3+
- Security fix
4+
- Improved performance
5+
- Improved consistency
6+
- New functions
7+
- Enhanced functions
8+
- Added doc-strings to full library
9+
- Simplified code
10+
- Fixed anti-pattern issues
11+
- Fixed style issues
12+
113
# 2.1.0 (Type Era Update)
214
- Added Type hinss to whole library
315
- 2 new modules(`path` and `bencrypt`)
@@ -17,7 +29,7 @@
1729
- Even more consistent naming and organization
1830
- All new documentation complete.
1931
- New CLI - gitIt
20-
- comes with setupPyGen v1.0.1
32+
- Comes with setupPyGen v1.0.1
2133

2234

2335
# 1.1.2 (Production/Stable)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name="py_everything",
7-
version="2.1.0",
7+
version="2.2.0",
88
description="A python module containing all the basic functions and classes for python but doesn't stop at that, goes beyond advanced. From simple addition to advanced file encryption.",
99
long_description=readme_file,
1010
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)