Skip to content

Commit

Permalink
Merge pull request #345 from opencivicdata/clean-pypi-release
Browse files Browse the repository at this point in the history
Prepare for 0.11.0 release
  • Loading branch information
antidipyramid authored May 19, 2023
2 parents 212a218 + afb031c commit a6d3f44
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
test:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
services:
postgres:
image: postgis/postgis:10-2.5
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
build:
needs: test
name: Build package and upload to PyPI
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Build and publish
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# pupa changelog

## 0.11.0 - April 3 2023

Improvements:

* Add `pupa clean` command to delete database objects that haven't been seen in recent scrapes

## 0.10.2 - March 18 2021

Improvements:
Expand Down
2 changes: 1 addition & 1 deletion pupa/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.10.2" # pragma: no cover
__version__ = "0.11.0" # pragma: no cover
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
pupa = pupa.cli.__main__:main''',
install_requires=[
'Django>=2.2',
'opencivicdata @ git+https://github.com/opencivicdata/python-opencivicdata@last-seen',
'opencivicdata>=3.3.0',
'dj_database_url>=0.3.0',
'scrapelib>=1.0',
'jsonschema>=3.0.0', # TODO: Drop alpha release once stable release available
Expand Down

0 comments on commit a6d3f44

Please sign in to comment.