Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marksweb committed Jul 27, 2022
1 parent f1ef764 commit 5768481
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ History
`Unreleased`_
=============

* Added python 3.10 to test suite.
`1.1.0`_ (2022-07-27)
=====================

* Added python 3.10 support. `#11`_

`1.0.1`_ (2022-03-02)
=====================
Expand All @@ -19,6 +22,8 @@ History

.. _1.0.0: https://github.com/marksweb/djangocms-ads/tree/1.0.0
.. _1.0.1: https://github.com/marksweb/djangocms-ads/compare/1.0.0...1.0.1
.. _Unreleased: https://github.com/marksweb/djangocms-ads/compare/1.0.1...master
.. _1.1.0: https://github.com/marksweb/djangocms-ads/compare/1.0.1...1.1.0
.. _Unreleased: https://github.com/marksweb/djangocms-ads/compare/1.1.0...master

.. _#1: https://github.com/marksweb/djangocms-ads/pull/1
.. _#11: https://github.com/marksweb/djangocms-ads/pull/11
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = djangocms-ads
version = 1.0.1
version = 1.1.0
description = Google ads for django-cms
long_description = file: README.rst
long_description_content_type = text/x-rst
Expand Down
2 changes: 1 addition & 1 deletion src/djangocms_ads/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from __future__ import annotations

__version__ = '1.0.1'
__version__ = '1.1.0'

0 comments on commit 5768481

Please sign in to comment.