Skip to content

Commit

Permalink
docs: Bump version to 1.x to acknowledge that this is in use in produ…
Browse files Browse the repository at this point in the history
…ction (#123)

According to semver, 0.x versions may have breaking changes at any time,
and there's no way to communicate them via the version number until the
version is at least 1.0.0. Since this is in active use now, we should bump
to 1.0.0.
  • Loading branch information
timmc-edx authored Sep 27, 2022
1 parent 48be4f1 commit 7620775
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@ Change Log
Unreleased
----------

[1.0.0] - 2022-09-27
--------------------
* **Breaking Change**: Updated from ``Django 2.0`` to ``Django 3.0``.
* Bump version to 1.x to acknowledge that this is in use in production

[0.14.0] - 2022-09-21
---------------------
Expand Down
2 changes: 1 addition & 1 deletion openedx_events/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
more information about the project.
"""

__version__ = "0.14.0"
__version__ = "1.0.0"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.13.0
current_version = 1.0.0
commit = True
tag = True

Expand Down

0 comments on commit 7620775

Please sign in to comment.