From 3dd033bda46727c595fd8558352510e85fa51484 Mon Sep 17 00:00:00 2001 From: Alex de Landgraaf Date: Mon, 9 Dec 2024 17:45:37 +0100 Subject: [PATCH] Bumping for release of 0.2 --- README.rst | 13 ++++++------- pyproject.toml | 4 ++-- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/README.rst b/README.rst index 0f70fce..90a6e1e 100644 --- a/README.rst +++ b/README.rst @@ -2,10 +2,10 @@ Django CMS Export Page ================================================= -:Version: 0.1.0 +:Version: 0.2.0 :Source: https://bitbucket.org/maykinmedia/djangocms-export-page :Keywords: ``django`` ``cms`` ``export`` ``docx`` -:PythonVersion: 3.4 +:PythonVersion: 3.11 |build-status| |code-quality| |black| |coverage| @@ -31,10 +31,9 @@ Installation Requirements ------------ -* Python 3.4 or above -* setuptools 30.3.0 or above -* Django 1.11 or above -* Django CMS 3.4.6 or above +* Python 3.11 or above +* Django 3.2 or above +* Django CMS 4.1 or above Install @@ -171,4 +170,4 @@ So with the cms settings it will look like this: :target: https://github.com/maykinmedia/djangocms-export-page/actions?query=workflow%3A%22Code+quality+checks%22 .. |black| image:: https://img.shields.io/badge/code%20style-black-000000.svg - :target: https://github.com/psf/black \ No newline at end of file + :target: https://github.com/psf/black diff --git a/pyproject.toml b/pyproject.toml index 24a3d9e..c47c9b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "djangocms-export-page" -version = "0.1.6" +version = "0.2.0" description = "Export a Django CMS page or a model view to a DOCX document" readme = "README.rst" license = {file = "LICENSE"} @@ -73,7 +73,7 @@ testpaths = ["tests"] DJANGO_SETTINGS_MODULE = "testapp.settings" [tool.bumpversion] -current_version = "0.1.0" +current_version = "0.2.0" files = [ {filename = "pyproject.toml"}, {filename = "README.rst"},