Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump to version 0.4.0-dev as WIP to 0.4.0 release #283

Merged
merged 3 commits into from
Dec 1, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,32 @@ Reporting and data retrieval app for `Open edX <https://open.edx.org/>`__.

.. _notice_section:


TBD Dec 2020 - Figures release 0.4.0 - prerelease
=================================================

_WIP release notes for 0.4.0_

* Juniper upgrade

* https://github.com/appsembler/figures/pull/264

* MAU 2G data model and signal trigger

* Needs to be added to Figures `master` branch

* Add database indexing

* WIP

* Fix Figures URL wildcard placement

* https://github.com/appsembler/figures/pull/284

* Documentation update

* WIP

30 Oct 2020 - Figures release 0.3.19
====================================

Expand Down
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

setup(
name='Figures',
version='0.3.19',
version='0.4.0',
packages=find_packages(),
include_package_data=True,
license='MIT',
Expand All @@ -40,12 +40,15 @@
'Framework :: Django',
'Framework :: Django :: 1.8',
'Framework :: Django :: 1.11',
'Framework :: Django :: 2.2',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.8',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
],
Expand Down