Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
* Fix ``SettingDictToggle`` constructor.
* Extract waffle classes from edx-platform and move them here.
* Fix pinned requirements and incorrect root url that overrode
edx-platform's.
  • Loading branch information
regisb committed Oct 22, 2020
1 parent 94dcc89 commit 8de5f3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Change Log

.. There should always be an "Unreleased" section for changes pending release.
Unreleased
~~~~~~~~~~
[1.0.0] - 2020-10-13
~~~~~~~~~~~~~~~~~~~~

* Fix missing ``module_name`` argument in ``SettingDictToggle`` constructor.
* Extract waffle classes from edx-platform and move them here following ADR `#2 <docs/decisions/0002-application-toggle-state.rst>`__, `#3 <docs/decisions/0003-django-setting-toggles.rst>`__, `#4 <docs/decisions/0004-toggle-api.rst>`__. This does not introduce backward-incompatible changes, *yet*.
Expand Down
2 changes: 1 addition & 1 deletion edx_toggles/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
Library and utilities for feature toggles.
"""

__version__ = '0.3.0'
__version__ = '1.0.0'

default_app_config = 'edx_toggles.apps.TogglesConfig' # pylint: disable=invalid-name

0 comments on commit 8de5f3e

Please sign in to comment.