Skip to content

Commit

Permalink
Tag version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
solarissmoke committed Jul 10, 2020
1 parent 10a046b commit 9b98c4f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docs/source/releases/v2.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Oscar 2.1 release notes
=======================

:release: tbd
:release: 2020-07-10

Welcome to Oscar 2.1! This is a significant release which includes a number of
new features and performance improvements.
Expand Down Expand Up @@ -221,7 +221,7 @@ Javascript dependencies:
- Upgraded ``jquery`` to version 3.5.
- Upgraded ``inputmask`` to version 5.0.
- Upgraded ``select2`` to version 4.0.
- Upgraded ``tinymce`` to version 5.2.
- Upgraded ``tinymce`` to version 5.3.

.. _deprecated_features_in_2.1:

Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "django-oscar",
"version": "2.0.0",
"version": "2.1.0",
"description": "A domain-driven e-commerce framework for Django",
"main": "index.js",
"dependencies": {},
Expand Down
2 changes: 1 addition & 1 deletion src/oscar/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use 'alpha', 'beta', 'rc' or 'final' as the 4th element to indicate release type.
VERSION = (2, 1, 0, 'beta')
VERSION = (2, 1, 0, 'final')


def get_short_version():
Expand Down

0 comments on commit 9b98c4f

Please sign in to comment.