Skip to content

Commit

Permalink
Release 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yakky committed Jan 19, 2023
1 parent 5a6305e commit 672df7c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
9 changes: 9 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ History

.. towncrier release notes start
3.2.0 (2023-01-19)
==================

Features
--------

- Add djangocms 3.11 to tox, fix tests accordingly (#311)


3.1.0 (2022-07-29)
==================

Expand Down
2 changes: 1 addition & 1 deletion app_helper/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "3.1.1.dev0"
__version__ = "3.2.0"
__author__ = "Iacopo Spalletti <[email protected]>"
__all__ = ["runner"]

Expand Down
1 change: 0 additions & 1 deletion changes/311.feature

This file was deleted.

4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.1.1.dev0
current_version = 3.2.0
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.?)(?P<release>[a-z]*)(?P<relver>\d*)
serialize =
{major}.{minor}.{patch}.{release}{relver}
Expand Down Expand Up @@ -46,7 +46,7 @@ classifiers =
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.11

[options]
include_package_data = True
Expand Down

0 comments on commit 672df7c

Please sign in to comment.