Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jonodrew/mentor-match
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2c701427fc5916e565362f8b942777b7e8a97501
Choose a base ref
..
head repository: jonodrew/mentor-match
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 48ca8c35131eabbb7ac940be41627d2fcccf76f4
Choose a head ref
Showing with 6 additions and 3 deletions.
  1. +1 −1 .bumpversion.cfg
  2. +4 −1 requirements.txt
  3. +1 −1 setup.py
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.5.0
current_version = 2.5.1
commit = True
tag = True

5 changes: 4 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -5,7 +5,6 @@ backports.entry-points-selectable==1.1.0
billiard==3.6.4.0
black==22.1.0
bump2version==1.0.1
bumpversion==0.6.0
cachetools==4.2.4
celery==5.2.3
celery-stubs==0.1.2
@@ -17,6 +16,7 @@ click==8.0.3
click-didyoumean==0.0.3
click-plugins==1.1.1
click-repl==0.2.0
commonmark==0.9.1
coverage==6.3
cryptography==36.0.1
distlib==0.3.2
@@ -47,6 +47,7 @@ Jinja2==3.0.1
kombu==5.2.3
lettuce==0.2.23
Mako==1.1.6
Markdown==3.3.7
MarkupSafe==2.0.1
mentor-match==7.0.0
mock==4.0.3
@@ -71,6 +72,7 @@ py==1.10.0
pyasn1==0.4.8
pyasn1-modules==0.2.8
pycparser==2.21
Pygments==2.12.0
PyJWT==2.4.0
pyOpenSSL==22.0.0
pyparsing==2.4.7
@@ -87,6 +89,7 @@ PyYAML==5.4.1
redis==3.5.3
requests==2.26.0
requests-oauthlib==1.3.0
rich==12.4.4
rsa==4.7.2
selenium==4.1.0
six==1.16.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@
# This call to setup() does all the work
setup(
name="mentor-match",
version="2.5.0",
version="2.5.1",
description="A web interface for the mentor-match-package",
long_description=README,
long_description_content_type="text/markdown",