Skip to content

Commit

Permalink
Merge pull request #135 from pbs/ecs-migration
Browse files Browse the repository at this point in the history
remove the custom 'pbs' version notation because new versions of pip doesn't support this notation anymore. (pip>20.3)
  • Loading branch information
mnadasan authored Mar 29, 2023
2 parents b202f08 + ae6ea01 commit 8b760de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions filer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#-*- coding: utf-8 -*-
# version string following pep-0396 and pep-0386
__version__ = '0.9pbs.112' # pragma: nocover
# -*- coding: utf-8 -*-
# version string following pep-0440
__version__ = '0.9.112' # pragma: nocover

default_app_config = 'filer.apps.FilerConfig'

0 comments on commit 8b760de

Please sign in to comment.