Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yakky committed May 8, 2023
1 parent 47112c0 commit b99ae77
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .bumpversion.cfg
@@ -1,7 +1,7 @@
[bumpversion]
current_version = 1.1.1.dev0
current_version = 1.2.0
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.?)(?P<release>[a-z]*)(?P<relver>\d*)
serialize =
serialize =
{major}.{minor}.{patch}.{release}{relver}
{major}.{minor}.{patch}
commit = True
Expand All @@ -12,7 +12,7 @@ message = Release {new_version}

[bumpversion:part:release]
optional_value = gamma
values =
values =
dev
a
b
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Expand Up @@ -6,7 +6,7 @@ repos:
rev: v4.4.0
hooks:
- id: trailing-whitespace
exclude: "setup.cfg"
exclude: ".+cfg"
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
Expand Down
10 changes: 10 additions & 0 deletions HISTORY.rst
Expand Up @@ -6,6 +6,16 @@ History

.. towncrier release notes start
1.2.0 (2023-05-08)
==================

Features
--------

- Update GH actions / linting configuration (#157)
- Add support for Django 4.2 / django CMS 3.11


1.1.0 (2022-08-27)
==================

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

This file was deleted.

2 changes: 1 addition & 1 deletion djangocms_page_meta/__init__.py
@@ -1,2 +1,2 @@
__version__ = "1.1.1.dev0"
__version__ = "1.2.0"
__author__ = "Iacopo Spalletti <i.spalletti@nephila.digital>"

0 comments on commit b99ae77

Please sign in to comment.