Skip to content

Commit

Permalink
Merge pull request #510 from readthedocs/davidfischer/release-0.44.0
Browse files Browse the repository at this point in the history
Release v0.44.0
  • Loading branch information
davidfischer committed Jan 26, 2022
2 parents 14ade9a + 729dccd commit a9c7c57
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,27 @@ CHANGELOG
.. This is included by docs/developer/changelog.rst
Version v0.44.0
---------------

**NOTE:** This release requires Python 3.8

The largest change in this release was an upgrade to Python 3.8.
Other than that, there were a few migrations to support tighter Stripe integration
and some changes that will allow a set of publishers who pay us (instead of get paid)
to run their house ads or sponsorship.

:date: January 26, 2022

* @ericholscher: Start modeling SaaS publishers to show them billing data (#509)
* @davidfischer: Optimize the keyword aggregation (#508)
* @davidfischer: Handle an extra long div-id (#507)
* @ericholscher: Expose View Rate to publishers. (#505)
* @davidfischer: Upgrade to Python 3.8 (#503)
* @davidfischer: Stripe foreign key fields migrations (#498)
* @dependabot[bot]: Bump pillow from 8.3.2 to 9.0.0 in /requirements (#496)


Version v0.43.1
---------------

Expand Down
2 changes: 1 addition & 1 deletion 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": "ethical-ad-server",
"version": "0.43.1",
"version": "0.44.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit a9c7c57

Please sign in to comment.