Skip to content

Commit ac8a25e

Browse files
codeperfectplusDrakeEntityDavidCano98
authored
Bumping version 3.0.0 (#55)
* better cli output * updating documentation * updating documentation * updating badge * updating changelog * Update publish.yml * updating setup.py * Update README.md * first stable release Signed-off-by: Deepak Raj <54245038+codePerfectPlus@users.noreply.github.com> * Update CHANGELOG.md * updating cli * refactoring code Signed-off-by: Deepak Raj <54245038+codePerfectPlus@users.noreply.github.com> * fixing flake8 error * bug fixed Signed-off-by: Deepak Raj <54245038+codePerfectPlus@users.noreply.github.com> * tested * flake8 error * flake8 error * refactroing code * updating docs Signed-off-by: Deepak Raj <54245038+codePerfectPlus@users.noreply.github.com> * test cases updated * test cases updated * adding scripts for release automation (#49) * bumping version 1.0.0 to 2.0.0 (#50) * adding scripts for release automation * v2.0.0 releasing * updating changelog Signed-off-by: Deepak Raj <54245038+codePerfectPlus@users.noreply.github.com> * Delete update_package.sh * Update FUNDING.yml * Update FUNDING.yml * Issue #44 (#52) * add gender options for first names * add gender options for first names, random card * add job experience according to years of age * add parameter option for logging (not implemented yet) * add handpicked locations to cities in list * add float coords generation * add coordinates string formatting * fix ages in job level generation * start of unit tests * add more tests * add assertregex ussage in tests * fix missing imports * lint fixes * two lines padding before class * solving git conflict * refactoring code Signed-off-by: Deepak Raj <54245038+codePerfectPlus@users.noreply.github.com> * refacoting code and changelog update * Update FUNDING.yml * fixing bug the project link and formated code base with flake8 (#53) Signed-off-by: Deepak Raj <54245038+codePerfectPlus@users.noreply.github.com> Co-authored-by: Rahul Sharma <53327705+DrakeEntity@users.noreply.github.com> Co-authored-by: DavidCano98 <63115730+DavidCano98@users.noreply.github.com>
1 parent abc6f8e commit ac8a25e

2 files changed

Lines changed: 6 additions & 7 deletions

File tree

requirements.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
pytest
21
fastapi
3-
uvicorn
4-
codecov
2+
uvicorn

setup.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,20 @@
99

1010
setuptools.setup(
1111
name="random_profile",
12-
version="2.0.0",
12+
version="3.0.0",
1313
author="Deepak Raj",
1414
author_email="deepak008@live.com",
1515
description="Generate Random Profile",
1616
long_description=long_description,
1717
long_description_content_type="text/markdown",
1818
install_requires=requirements,
1919
data_files=[('assets', glob('random_profile/assets/*'))],
20-
url="https://github.com/codePerfectPlus/Random-Profile-Generator",
20+
url="https://github.com/Py-Contributors/RandomProfileGenerator",
2121
packages=setuptools.find_packages(),
2222
project_urls={"Documentation": "https://pycontributors.readthedocs.io/projects/randomprofilegenerator/en/latest/",
2323
"Source": "https://github.com/Py-Contributors/RandomProfileGenerator",
24-
"Tracker": "https://github.com/Py-Contributors/RandomProfileGenerator/issues"},
24+
"Tracker": "https://github.com/Py-Contributors/RandomProfileGenerator/issues",
25+
"Funding": "https://github.com/sponsors/codePerfectPlus"},
2526
classifiers=[
2627
"Development Status :: 5 - Production/Stable",
2728
"Programming Language :: Python :: 3",
@@ -36,4 +37,4 @@
3637
"random_profile = random_profile.cli:main"],
3738

3839
},
39-
)
40+
)

0 commit comments

Comments
 (0)