Skip to content

Commit

Permalink
build: Change minor version, as dropping support for old Python
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Jun 26, 2024
1 parent 143b7a3 commit 2b62f6f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 0.9.5 (2024-06-26)
## 0.10.0 (2024-06-26)

* Replace n-dashes and m-dashes in boundary set slugs with hyphens.
* Add support for Django 3.2 and 4.2.
Expand Down
2 changes: 1 addition & 1 deletion boundaries/management/commands/loadshapefiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def add_arguments(self, parser):
)

def get_version(self):
return '0.9.5'
return '0.10.0'

def handle(self, *args, **options):
if settings.DEBUG:
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = represent-boundaries
version = 0.9.5
version = 0.10.0
author = Open North Inc.
author_email = [email protected]
license = MIT
Expand Down

0 comments on commit 2b62f6f

Please sign in to comment.