Skip to content

Commit

Permalink
Release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rixx committed Jan 17, 2022
1 parent daf5b54 commit 903b8db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pretalx_pages/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class PretalxPluginMeta:
"Add static pages to your event site, for example Terms of Service, venue listings, a code of conduct, etc."
)
visible = True
version = "1.1.0"
version = "1.2.0"

def ready(self):
from . import signals # NOQA
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def run(self):

setup(
name="pretalx-pages",
version="1.1.1",
version="1.2.0",
description="Static pages for pretalx, e.g. information, venue listings, a code of conduct, etc.",
long_description=long_description,
url="https://github.com/pretalx/pretalx-pages",
Expand Down

0 comments on commit 903b8db

Please sign in to comment.