Skip to content

Commit

Permalink
Bumping version 3.0.0 (#55)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
3 people committed Nov 17, 2022
1 parent abc6f8e commit ac8a25e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
4 changes: 1 addition & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
pytest
fastapi
uvicorn
codecov
uvicorn
9 changes: 5 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,20 @@

setuptools.setup(
name="random_profile",
version="2.0.0",
version="3.0.0",
author="Deepak Raj",
author_email="deepak008@live.com",
description="Generate Random Profile",
long_description=long_description,
long_description_content_type="text/markdown",
install_requires=requirements,
data_files=[('assets', glob('random_profile/assets/*'))],
url="https://github.com/codePerfectPlus/Random-Profile-Generator",
url="https://github.com/Py-Contributors/RandomProfileGenerator",
packages=setuptools.find_packages(),
project_urls={"Documentation": "https://pycontributors.readthedocs.io/projects/randomprofilegenerator/en/latest/",
"Source": "https://github.com/Py-Contributors/RandomProfileGenerator",
"Tracker": "https://github.com/Py-Contributors/RandomProfileGenerator/issues"},
"Tracker": "https://github.com/Py-Contributors/RandomProfileGenerator/issues",
"Funding": "https://github.com/sponsors/codePerfectPlus"},
classifiers=[
"Development Status :: 5 - Production/Stable",
"Programming Language :: Python :: 3",
Expand All @@ -36,4 +37,4 @@
"random_profile = random_profile.cli:main"],

},
)
)

0 comments on commit ac8a25e

Please sign in to comment.