Skip to content

Commit

Permalink
build: bump package version (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
mumarkhan999 authored Aug 7, 2023
1 parent 94d7592 commit 67ecf85
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,17 @@ Change Log

.. There should always be an "Unreleased" section for changes pending release.
Unreleased
~~~~~~~~~~
[2.5.0] - 2023-08-07
~~~~~~~~~~~~~~~~~~~~

* Fixed ``ConfigurationModel.current``: it will make sure that it does not return None for current configuration.

[2.4.0] - 2023-07-19
~~~~~~~~~~~~~~~~~~~~

* Added support for Django42 in CI
* Switch from ``edx-sphinx-theme`` to ``sphinx-book-theme`` since the former is
deprecated
* Fixed ConfigurationModel.current: it will make sure that it does not return None for current configuration.

[2.3.0] - 2022-01-19
~~~~~~~~~~~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion config_models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Configuration models for Django allowing config management with auditing.
"""

__version__ = '2.4.0'
__version__ = '2.5.0'

0 comments on commit 67ecf85

Please sign in to comment.