Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
chore: tag 1.51.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pjenvey committed Aug 30, 2018
1 parent 921a328 commit 50cf633
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<a name="1.51.0"></a>
## 1.51.0 (2018-08-30)


#### Features

* add ADM support ([0d84de62](https://github.com/mozilla-services/autopush/commit/0d84de622e6ee0773d5354780df3f5ef0963bd59), closes [#1275](https://github.com/mozilla-services/autopush/issues/1275))
* upgrade to pypy6 for debug symbols ([b4d5e73e](https://github.com/mozilla-services/autopush/commit/b4d5e73e82ce945a89d04e7d0875ffa52a89d355), closes [#1288](https://github.com/mozilla-services/autopush/issues/1288))



<a name="1.50.1"></a>
## 1.50.1 (2018-08-21)

Expand Down
2 changes: 1 addition & 1 deletion autopush/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.50.1' # pragma: nocover
__version__ = '1.51.0' # pragma: nocover

0 comments on commit 50cf633

Please sign in to comment.