Skip to content

Commit

Permalink
Bumping for release of 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alextreme committed Dec 9, 2024
1 parent 6d1eabe commit 3dd033b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
13 changes: 6 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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|

Expand All @@ -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
Expand Down Expand Up @@ -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
:target: https://github.com/psf/black
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down Expand Up @@ -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"},
Expand Down

0 comments on commit 3dd033b

Please sign in to comment.