Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Commit

Permalink
Bump version number to 22.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hackebrot committed Mar 18, 2022
1 parent 1e4bba7 commit 5176845
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion application/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def read(*args: str) -> str:

setuptools.setup(
name="burnham",
version="22.0.0",
version="22.1.0",
author="Raphael Pierzina",
author_email="raphael@hackebrot.de",
maintainer="Raphael Pierzina",
Expand Down
2 changes: 1 addition & 1 deletion application/src/burnham/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

__version__ = "22.0.0"
__version__ = "22.1.0"
__title__ = "burnham"
__description__ = "Application for end-to-end testing Mozilla's Glean telemetry. 👩‍🚀"
__url__ = "https://github.com/mozilla/burnham"
Expand Down

0 comments on commit 5176845

Please sign in to comment.