From 47f3551e27cd3cb54e3feb2f2f95786ffd7dda77 Mon Sep 17 00:00:00 2001 From: Sebastian Reyes Espinosa Date: Sat, 13 May 2017 10:29:06 -0500 Subject: [PATCH 1/2] Updating the requirements list accross the project to keep up to date all the package and include the latest security patches from them --- requirements.txt | 6 +++--- setup.py | 6 +++--- test_project/requirements.txt | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1daf1e5..98384b2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ django-annoying==0.10.3 -django-markdown-app==0.9.0 -django-taggit==0.22.0 -pytz==2016.10 +django-markdown-app==0.9.2 +django-taggit==0.22.1 +pytz==2017.2 django-hitcount==1.2.2 diff --git a/setup.py b/setup.py index f65100f..a9b00cc 100644 --- a/setup.py +++ b/setup.py @@ -34,9 +34,9 @@ ], install_requires=[ 'django-annoying==0.10.3', - 'django-markdown-app==0.9.0', - 'django-taggit==0.22.0', - 'pytz==2016.10', + 'django-markdown-app==0.9.2', + 'django-taggit==0.22.1', + 'pytz==2017.2', 'django-hitcount==1.2.2' ], extras_require={ diff --git a/test_project/requirements.txt b/test_project/requirements.txt index e8b7f90..e8fa98a 100644 --- a/test_project/requirements.txt +++ b/test_project/requirements.txt @@ -5,5 +5,5 @@ -e ../ # This project requirements -django-bootstrap3==8.2.1 +django-bootstrap3==8.2.3 django-hitcount==1.2.2 From df893588f5c77ebdd26666e7c207b2941f0efe49 Mon Sep 17 00:00:00 2001 From: Sebastian Reyes Espinosa Date: Sat, 13 May 2017 10:36:10 -0500 Subject: [PATCH 2/2] Bump version --- docs/conf.py | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 9f58d0b..eee1500 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -55,9 +55,9 @@ # built documents. # # The short X.Y version. -version = '0.1.1' +version = '0.9.0' # The full version, including alpha/beta/rc tags. -release = '0.1.1' +release = '0.9.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index a9b00cc..881eb57 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name='django-qa', - version='0.1.1', + version='0.9.0', description='Pluggable django app for Q&A', long_description=long_description, author='arjunkomath, cdvv7788, sebastian-code, jlariza, swappsco',