Skip to content

Commit

Permalink
bump forked version and edit distribution name
Browse files Browse the repository at this point in the history
  • Loading branch information
giohappy committed May 30, 2024
1 parent 2920de6 commit a48b3d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pinax/notifications/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import pkg_resources

default_app_config = "pinax.notifications.apps.AppConfig"
__version__ = pkg_resources.get_distribution("pinax-notifications").version
__version__ = pkg_resources.get_distribution("geonode-pinax-notifications").version
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import find_packages, setup

VERSION = "6.0.1"
VERSION = "6.0.0.2"
LONG_DESCRIPTION = """
.. image:: http://pinaxproject.com/pinax-design/patches/pinax-notifications.svg
:target: https://pypi.python.org/pypi/pinax-notifications/
Expand Down Expand Up @@ -62,7 +62,8 @@
author="Pinax Team",
author_email="[email protected]",
description="User notification management for the Django web framework",
name="pinax-notifications",
long_description_content_type="text/markdown",
name="geonode-pinax-notifications",
long_description=LONG_DESCRIPTION,
version=VERSION,
url="http://github.com/pinax/pinax-notifications/",
Expand Down

0 comments on commit a48b3d5

Please sign in to comment.